Bogus ''Method or Data Member not found' error

G

Gina

Maybe post the code, it might be a reference but without
the code it's hard to say....
-----Original Message-----
I just changed some code and went to compile my database.
I'm getting an error 'Method or Data Member not found' on
a reference to Me.txtJobStep. The value does exist, its
even listed in the prompts when you enter Me.
 
T

Tony C

Just a couple of thoughts...

If you display the Visual Basic Code, then check out the
references (Tools/References): -

Check to see if the word MISSING is displayed. If it is
then de-select the reference.
If this is an upgrade, then you may need to re-reference
the references, especially "Visual Basic For Applications"
and "Microsoft Access ??.?? Object Library". Find the
latest versions of these and reference them.
Are you using Microsoft DAO? If you are and you are also
using "Microsoft ActiveX Data Objects ??.?? Library", then
remove the ActiveX Data Objects reference.

HTH.


Tony C.
 

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