Is it possible to generate data to fill all fields in the access database in one run
Announcement
Collapse
No announcement yet.
Access reports
Collapse
X
-
Re: Access reports
The reports have to be run individually, so there's no way to do this.
You can use the Export function under File->Export and run all exports at once. You'll end up with several delimited text files that you can open with Excel, or import into your own Access database for further reporting.
Comment