I have just installed MS Access 2007 having previously used 2002.
2007 will run my .mdb files ok. It allows me to create .mde files.
I can open a form ok provided there is no code in “On Load”
However, even if I put one very simple line of code:-
Private Sub Form_Load()
Const dbg = False
End Sub
2007 displays the following error:-
“the expression On Load you entered as the event property setting produced the following error: Object or class does not support the set of events”
Thank you if you can help