Hi,
I have a (fairly reliable) RMA generation database that was created in Access 2000. It has worked in Access 2000, and even Access 2003. However, it is giving nothing but fits in Access 2007.
Upon opening I get a "there is no object in this control" error message. And upon clicking the Generate RMA button (fairly important to the form
), I get a Run-time error '3085': "Undefined function 'Command' in expression.
The line it's broken on reads:
DoCmd.OpenReport "RMAReport", 2
This Access app was developed a while ago (obviously), and as I mentioned, works fine in Access 2003 (which most of our users use).
But one of the primary users has just been upgraded to the 2007 suite, and needs access to this form's functionality. What can be done?
I tried googling the heck out of both errors, but articles are either too generic, or refer to Access 97, or other dead ends.
Thanks,
--RHYNO
I have a (fairly reliable) RMA generation database that was created in Access 2000. It has worked in Access 2000, and even Access 2003. However, it is giving nothing but fits in Access 2007.
Upon opening I get a "there is no object in this control" error message. And upon clicking the Generate RMA button (fairly important to the form
The line it's broken on reads:
DoCmd.OpenReport "RMAReport", 2
This Access app was developed a while ago (obviously), and as I mentioned, works fine in Access 2003 (which most of our users use).
But one of the primary users has just been upgraded to the 2007 suite, and needs access to this form's functionality. What can be done?
I tried googling the heck out of both errors, but articles are either too generic, or refer to Access 97, or other dead ends.
Thanks,
--RHYNO