Broken References

  • Thread starter Thread starter Jeff Moore
  • Start date Start date
J

Jeff Moore

I just tried to compile some new code in a working
Access2000 database and all of a sudden I get Compile
Errors (Method or data member not found) for all data
member references (like Me.Field) in bound form modules
that used to work fine. The queries the forms are bound to
work just fine. I tried the decompile trick, but that
failed to fix it. My database references are:
Visual Basic for Applications
Microsoft Access 9.0 Object Library
Microsoft DAO 3.6 Object Library
The only reference I can deselect is the DAO reference.
The other two tell me I can't remove the reference because
it is in use. Am I missing a required reference or is
there anything else I can try?

Thanks
Jeff
 
What specifically is it looking for when the Method or data member not found
error occurs?
 
A field from the recordsource (Me.DetailID).

If anyone is interested, I fixed the problem by creating a
new database and importing all the forms, reports, and
modules from the old database. I then added links to the
backend and it works like a champ again. I still don't
know what happened to break the program.

Jeff
 
Back
Top