Problem converting from Access 2007 to 2003

  • Thread starter Thread starter L F
  • Start date Start date
L

L F

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?
 
If you used the wizards to create the buttons in Access 2007, the
appropriate actions would have been created by Embedded Macros, which aren't
supported in Access 2003 format.

Now that you've got the database in Access 2003 format, you'll have to
recreate all of the actions.
 
Back
Top