thardyjackson
Registered User.
- Local time
- Today, 02:19
- Joined
- May 27, 2013
- Messages
- 45
Is there a good resource with guidance on when to use brackets, periods, exclamation points, etc.? For example ....
tableName.fieldName vs. tableName.[fieldName] vs. [tableName].[fieldName]
[Forms]![formName].[nbrCustAcct] vs. [Forms].[formName].[nbrCustAcct]
[Forms]![formName].[nbrCustAcct] vs. [formName].[nbrCustAcct]
Me.fieldName vs. formName.fieldName
And why am I supposed to use [ ]'s for field names but not table names in a DLookUp("[fieldName]","tableName", ...)
Cheers
tableName.fieldName vs. tableName.[fieldName] vs. [tableName].[fieldName]
[Forms]![formName].[nbrCustAcct] vs. [Forms].[formName].[nbrCustAcct]
[Forms]![formName].[nbrCustAcct] vs. [formName].[nbrCustAcct]
Me.fieldName vs. formName.fieldName
And why am I supposed to use [ ]'s for field names but not table names in a DLookUp("[fieldName]","tableName", ...)
Cheers