Error converting access 97 form to 2002

  • Thread starter Thread starter david
  • Start date Start date
D

david

Hi, How do I find out why my form is not working in access
2002. In 97 it works fine. In 2002 access locks up as I
open the form & wants to send an error report to
microsoft. I have 10 forms & the all work except this
one. There are several event procedures etc.

David
 
Open the code editor window and issue a Compile against your database. If
there were problems in upgrading from 97 to 2002 your compile will reflect
where the error is occurring. The code behind that form may require one or
more reference(s) that was set under the 97 version, but isn't set under
your 2002 version.
 
Back
Top