Martyh
Registered User.
- Local time
- Today, 06:21
- Joined
- May 2, 2000
- Messages
- 196
Hi,
Two years ago I released a an Access 2003 program to my client. Now they want to upgrade to 2007.
I got everything working in 2007 except this little bit of code:
DoCmd.RunCommand (acCmdPrintPreview)
It gives me the vague answer that "The command or action "PrintPreview" is not available now".
Is there an other method that I should know about?
This worked in 2003 ... has something changed? I tried removing the brackets.
Much appreciated help is necessary.
Two years ago I released a an Access 2003 program to my client. Now they want to upgrade to 2007.
I got everything working in 2007 except this little bit of code:
DoCmd.RunCommand (acCmdPrintPreview)
It gives me the vague answer that "The command or action "PrintPreview" is not available now".
Is there an other method that I should know about?
This worked in 2003 ... has something changed? I tried removing the brackets.
Much appreciated help is necessary.