Dr Peter Klomp
New member
- Local time
- Today, 13:34
- Joined
- Jun 23, 2020
- Messages
- 11
Hello
Can anyone please tell me why the last part of this VBA code I'm using for MS Access is not working?
FirstName = DLookup("[EEFirstName]", "qryDelegateBookingDetails", "[Delegate] = True And [InvoiceNow] = True And [Attended] <> ' "Cancelled" ' ")
The problem seems to be the string quotes.
Thank you
Peter
Can anyone please tell me why the last part of this VBA code I'm using for MS Access is not working?
FirstName = DLookup("[EEFirstName]", "qryDelegateBookingDetails", "[Delegate] = True And [InvoiceNow] = True And [Attended] <> ' "Cancelled" ' ")
The problem seems to be the string quotes.
Thank you
Peter