Visual Basic Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

As I enter data in my form and enter data I get the following error message.

An error occured while referencing the object. You tried to run a Visual
Basic procedure that improperly references a property or method of an object.

Please advice.
Monster.
 
Sounds like you're missing a VBA library reference. Try opening your form
in design mode, select to "View code", then select "Tools -References".
Check the list for any marked "Missing" and correct them. You'll probably
need "Microsoft DAO 2.5/3.x" or "Microsoft DAO 3.6" depending on your
version of Access.
-Ed
 
Back
Top