Broken References

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
 
D

Douglas J. Steele

What specifically is it looking for when the Method or data member not found
error occurs?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top