Problems adding command button to print or send reports.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Somebody please help me!!! I have added a couple of command buttons to a form
to print/send reports. They worked fine until recently and now everytime the
buttons are clicked the error message "Error accessing file. Network
connection may have been lost." appears. The is absolutely definitely no
problem with the network connection or printer. The same message also appears
when I try to amend the code. Has anyone seen this before?
 
hi John,
They worked fine until recently and now everytime the
buttons are clicked the error message "Error accessing file. Network
connection may have been lost." appears.

Broken VBA Code is the most common cause. Make a new MDB import all your
objects, compile them, retry.

mfG
--> stefan <--
 
Back
Top