Problem converting from Access 2007 tp 2003

lf08

New member
Local time
Today, 04:10
Joined
Dec 12, 2008
Messages
1
I created a database in Access 2007 and have converted it to a 2003 database, so that it can be run on systems that have not yet been upgraded.
However, none of the command buttons work on the computers with 2003. When I open the database on those computers, the "OnClick" code is missing for all the buttons.
Any idea how to solve this?
 
I had a similar problem and if I recall it was all of the buttons that are created with the wizards. I had to code everything rather than use the wizards.
Not the answer you want (sorry), it wasnt the answer I was looking for but had to get on with it.
 
I think the previous versions' wizard use the "DoMenuItem" whereas '07 wizards use macros - so these methods probably don't cross over. If you manually code them in the form of "DoCmd.RunCommand" then the application should work across the board.



-dK
 

Users who are viewing this thread

Back
Top Bottom