I have noticed that sometimes is certain parts of the VBA code, a "." is used and others a "!".
Is there any difference between these two? Is there a rule about their use?
Example:
Me.PropertyName.SetFocus
vs
Me!PropertyName.SetFocus
or
Forms!frmPropertyHistory![Cleanings Done].Form.Requery
Thanks
mafhobb
Is there any difference between these two? Is there a rule about their use?
Example:
Me.PropertyName.SetFocus
vs
Me!PropertyName.SetFocus
or
Forms!frmPropertyHistory![Cleanings Done].Form.Requery
Thanks
mafhobb