D
DavidMc
Currently I have a problem in a multi-user database.
Firstly let me establish that the database was orginally not designed as a mutli-user database. Therefore any user can use the machine, users can log in from any machine and open the database.
Data entry is not a problem. All users can enter data. The problem occurs when a request for a report to be printed is made. The report takes its data from multiple tables combined into a query. The report is opened using coding behind the form which is VBA.
The error message "DoMenuItem cancelled" appears in a Message Box with an Okay button when the report is attempted to be loaded into Print Preview mode, and then noting happens?
Why?
Thanks in advance
Firstly let me establish that the database was orginally not designed as a mutli-user database. Therefore any user can use the machine, users can log in from any machine and open the database.
Data entry is not a problem. All users can enter data. The problem occurs when a request for a report to be printed is made. The report takes its data from multiple tables combined into a query. The report is opened using coding behind the form which is VBA.
The error message "DoMenuItem cancelled" appears in a Message Box with an Okay button when the report is attempted to be loaded into Print Preview mode, and then noting happens?
Why?
Thanks in advance