Marc said:
in different references I see:
Me.xxxx
or
Me!xxxx
what's the difference?
Depends on what xxxx is.
For properties and methods, you must use .
For collections, you must use !
If xxxx is a control on a form or report, then you can use
either. Many people prefer to use . because it provides the
intellisense list and it is checked at compile time.