Y
Yes2man
I can't seem to get the right syntax to make the expression work correctly
beginning with "[Begin Date]...".
After the user inputs a date (via an input box, to the variable 'varxx',
which is Dim as Date), I want the DLookup to find that date on another table.
varX = IsNull((DLookup("[Begin Date]", "Walk Around Schedule: All Items",
"[Begin Date] = #" & varxx & “#â€)))
I have tried many combinations of # and " but I can't seem to get it right.
I keep getting syntax error. Any help would be appreciated!
Thanks
beginning with "[Begin Date]...".
After the user inputs a date (via an input box, to the variable 'varxx',
which is Dim as Date), I want the DLookup to find that date on another table.
varX = IsNull((DLookup("[Begin Date]", "Walk Around Schedule: All Items",
"[Begin Date] = #" & varxx & “#â€)))
I have tried many combinations of # and " but I can't seem to get it right.
I keep getting syntax error. Any help would be appreciated!
Thanks