Me![mycontrol] versus Me.[mycontrol]

MsLady

Traumatized by Access
Local time
Today, 09:07
Joined
Jun 14, 2004
Messages
438
I keep getting compile errors "method or data member not found" when i use Me.mycontrol in my code. But when i change it to Me!mycontrol i don't get any errors. Everything was working fine as of yesterday, now i have to change code in my forms to Me!mycontrol. What's the difference between using "!" or "." anyway :mad:
 
MsLady,
They both should work. Do you have any bogus MISSING references?
 
Hi there! :)
All my references are set, nothing missing...nada!
this is strange.
 
Does your intellisense work? When you type Me. does intellisense show all of the controls?
 
RuralGuy said:
Does your intellisense work? When you type Me. does intellisense show all of the controls?
ooops no intellisense :o
I think it's name autocorrect. I changed names of some controls.

I went into each form to fix the names and it works now :D *wwheew
Im so glad i opened this thread.

Thanks RG quality dude ;)
 

Users who are viewing this thread

Back
Top Bottom