megatronixs
Registered User.
- Local time
- Tomorrow, 00:49
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I wanted to use a query to get the results with DLookup like in the below. All I get is an error 3464 Data type mismatch.
Any clue where go wrong with the below?
The query uses a linked excel file as the table, called "Active"
Greetings.
I wanted to use a query to get the results with DLookup like in the below. All I get is an error 3464 Data type mismatch.
Any clue where go wrong with the below?
Code:
strEmailEnrol = DLookup("[E-Mail Address]", "qry_email_address_enrol", "[Employee ID(1,679)] = " & Participant & "")
The query uses a linked excel file as the table, called "Active"
Greetings.