Exclamation or Dot

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys,

I recall being advised at one time that i should use an exclamation mark
when referencing a programmer defined object and a dot only when referencing
an Access defined object eg

Me!myFormName!myControlName.Locked = True

not Me.myFormName.myControlName.Locked = True

Can anyone confirm this for me and explain the reason behind it.

Cheers
Teewan
 
Thanks Ken,

Doesn't seem like the boggy man I'd been led to think.

Cheers
Teewan
 

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

Back
Top