M Marshall Barton Mar 27, 2006 #2 Marc said: in different references I see: Me.xxxx or Me!xxxx what's the difference? Click to expand... 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.
Marc said: in different references I see: Me.xxxx or Me!xxxx what's the difference? Click to expand... 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.
R RD Mar 27, 2006 #3 Go to (see ... there IS a use for GoTo!): http://www.rogersaccesslibrary.com/knowledge.html and click on: BangVSDot.zip Explains the difference in usage between the Bang (!) and Dot (.) in DAO.
Go to (see ... there IS a use for GoTo!): http://www.rogersaccesslibrary.com/knowledge.html and click on: BangVSDot.zip Explains the difference in usage between the Bang (!) and Dot (.) in DAO.