J
jbiggs via AccessMonster.com
Can't seem to get this dlookup correct:
DLookup("[ID]", "Clients", "[Salesperson] ='" & RepNum & " AND [task note] =
'Unworked Lead'")
The Salesperson part is not working although when I print it to screen it
looks correct. Salesperson is a text field, RepNum is a string.
DLookup("[ID]", "Clients", "[Salesperson] ='" & RepNum & " AND [task note] =
'Unworked Lead'")
The Salesperson part is not working although when I print it to screen it
looks correct. Salesperson is a text field, RepNum is a string.