AC5FF
Registered User.
- Local time
- Yesterday, 20:42
- Joined
- Apr 6, 2004
- Messages
- 552
I can't seem to get my IF statement in a macro to work. It keeps coming up with an error "Cannot Fine Name tblImportLogDate you entered in expression"
Is there any reason this would not work?
[tblImportLogDate].[TodayRun]=Date()
or
![tblImportLogDate].[TodayRun]=Date()
(this gives the error 'Cannot find 'table' for the error)
Am I restricted to use an IF statement based on a form? if so, the data isn't on any form (new database build - no forms at all created yet).
Is there any reason this would not work?
[tblImportLogDate].[TodayRun]=Date()
or
(this gives the error 'Cannot find 'table' for the error)
Am I restricted to use an IF statement based on a form? if so, the data isn't on any form (new database build - no forms at all created yet).