Bogus ''Method or Data Member not found' error

  • Thread starter Thread starter Gina
  • Start date Start date
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.
 
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.
 
Back
Top