Report Won't Print

G

Guest

I have a database setup with Frontend and Backend. The front end is installed
on each PC, the backend is installed on the server. On every PC I have
installed the frontend on, I have had no problems printing. Until today. I
installed it on a new PC and it won't print my reports.

In some of my controls, I use the Mid function, and this is not recognised
on this new PC (in the control I was getting #name, then I modified the
references, and now I get prompted for Mid when previewing the report).

I believe this is a references problem, but I don't receive any errors
relating to references.

Any ideas?

Thanks,

Dave
 
D

Douglas J Steele

Open the VB Editor, then select Tools | References from the menu.

Examine all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by Compiling the application, under the Debug
menu), go back in and reselect them. (NOTE: write down what the references
are before you delete them, because they'll be in a different order when you
go back in!)

If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added.

If that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access won't let you unselect them all). Back out of
the dialog, then go back in and reselect the references you just unselected.
(NOTE: write down what the references are before you delete them, because
they'll be in a different order when you go back in!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top