Convert access 2007 to 2003 forms controls not working

S

Stas Hagemans

Hi All,
Hope you guys can help me out. I created a very simple db in access 2007.
This includes some forms with controls to run a query or even to just close
the form. All of them created just using the tools in access 2007.

Now when i save the db in access 2003 format and open the db in 2003 i would
expect the forms and controls to still work but this is not the case. I have
checked the security level and its not the problem. Anyone have an idea as to
the problem?
 
M

Maurice

How did you create the controls, with the wizard? Acc 2007 will use embeded
macro's instead of VBA-code unless other specified. Have your tried looking
under event on the properties of the controls to see if anything is happening
there?
 
Top