Report Menu

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

Guest

I've created a MDB database which, when I produce a report using the command
'DoCmd.OpenReport ... acDialog', I can use the right mouse button to save or
print the report.
However, when I create a MDE of the same database the right mouse button
doesn't work and I can't select any of the menus on the top.
What am I missing or failing to do?

Terry
 
You are not missing anything. That's what an MDE does. If you do know that
you are going to create an MDE from the MDB than add to buttons to save the
report and print the report.
 
Back
Top