problem with an application

krc777

Registered User.
Local time
Today, 08:25
Joined
Nov 29, 2005
Messages
70
I wrote an application that has now been sent to a field office for use. It works fine in our office but the field is having problems with some of the reports. Some work fine but some return an runtime error message 2580. The line that is failing is a docmd.openreport "RptName", acviewpreview. The report called exists and can be found in the report list.
I checked some of the set-up properties but it seems as if the access set-ups are the same here and in the field office.
Any other suggestions on what might be happening?
Thanks.
 
I wrote an application that has now been sent to a field office for use. It works fine in our office but the field is having problems with some of the reports. Some work fine but some return an runtime error message 2580. The line that is failing is a docmd.openreport "RptName", acviewpreview. The report called exists and can be found in the report list.
I checked some of the set-up properties but it seems as if the access set-ups are the same here and in the field office.
Any other suggestions on what might be happening?
Thanks.

Make sure that the computer in question has a default printer assigned.
 
I checked the printer selection on the field office printer, and ours, and they are set to default. The runtime error has the end and debug buttons and when the debug was selected it highlighted the line I mentioned. Would that be true as well for a wrong printer selection?
 
If you didn't have a default printer set it could be true. But, since you do, I would select DEBUG and then go to TOOLS > REFERENCES and see if there are any missing references on that machine.
 
Did check the references and they are the same. ugh
 

Users who are viewing this thread

Back
Top Bottom