Hi
I work with the recordset based on query
I would like to look one field based on the another
If use dlookup it'd look like this
varName = DLookup("Field1", "QueryName", "[Last Name] = '"
& txtLastName & "'"
What should I do to achieve the same but using the recordset?
Thanks
I work with the recordset based on query
I would like to look one field based on the another
If use dlookup it'd look like this
varName = DLookup("Field1", "QueryName", "[Last Name] = '"
& txtLastName & "'"

What should I do to achieve the same but using the recordset?
Thanks