Problem with reports

  • Thread starter Thread starter jeanulrich00
  • Start date Start date
J

jeanulrich00

Hi

I have create a program that produce many reports

I need to send the program each day to our main office and they return
it to me.

When i receive the program back, it is impossible to open reports
(program not responding) even in design mode

The only thing I can do is to delete reports in the program and
replace it with same reports (issue from another copy of the
program). We are using network printers

Just for that I am starting to hate Access.

Is there a way to manage that easily

I have try so many differents things and I am thinking to give up and
use another program than Access

Please Help

thanks
 
Why are you sending the entire program?
I would suggest you split your database. That will create two mdb files, A
front end that contains all your forms, reports, queries, modules, and
macros, and a back end that contains all the data.

Make a copy of the front end and send it to the main office for them to use
there.

Now, rather than send the entire program, send them only the backend that
contains the data.

The problem probably is that you have different printers than they have at
the main office.
 
Back
Top