K kitaeshi Registered User. Local time Today, 16:37 Joined Jun 9, 2007 Messages 30 Jun 12, 2007 #1 [form].[form1].[id] [form]![form1]![id] wats the different? i thought in programming language ! = not. but in access it seem different.
[form].[form1].[id] [form]![form1]![id] wats the different? i thought in programming language ! = not. but in access it seem different.
boblarson Smeghead Local time Today, 00:37 Joined Jan 12, 2001 Messages 32,053 Jun 12, 2007 #2 Check this post by Pat Hartman out: http://www.access-programmers.co.uk/forums/showthread.php?t=129738
Check this post by Pat Hartman out: http://www.access-programmers.co.uk/forums/showthread.php?t=129738
RuralGuy AWF VIP Local time Today, 01:37 Joined Jul 2, 2005 Messages 13,824 Jun 12, 2007 #3 And to add to Pat's description: Cleaner Coding: Bang vs. Dot
K kitaeshi Registered User. Local time Today, 16:37 Joined Jun 9, 2007 Messages 30 Jun 13, 2007 #4 i still dont understand..they seem to be the same.
KeithG AWF VIP Local time Today, 00:37 Joined Mar 23, 2006 Messages 2,592 Jun 13, 2007 #5 I always use the bang if I am reffering to a control and the dot when I am reffering to a property or method.
I always use the bang if I am reffering to a control and the dot when I am reffering to a property or method.
K kitaeshi Registered User. Local time Today, 16:37 Joined Jun 9, 2007 Messages 30 Jun 13, 2007 #6 oh i get wat u mean...but the dot still can be referring to a value right?