Exporting a report

Gkirkup

Registered User.
Local time
Yesterday, 19:18
Joined
Mar 6, 2007
Messages
628
I am producing some reports for an existing business system. I have a copy of the Access database and am working with that. When the reports are complete, how do I export them to the 'live' site? I do not have direct access to the company network. Can I email the reports, or put them on a CD, to be imported to the live site?
 
Can you make your own tweaks in the database copy you have?

If so, instead of printing the report use

DoCmd.SendObject

If you can't when you are at the print preview screen for your report (depending on the version) File...Send... In 2007, click the office button and e-mail it.
 
I think he wants to update his remote database with new reports.
 
I would use the copy database as a 'container' you need to get your copy to somewhere where it can be seen by the live database and then import your new reports.
 

Users who are viewing this thread

Back
Top Bottom