Hi all,
I have a form where the user will enter a ClientRef (txt) and I have a text box I want to lookup that client ref and return the count of client ref from a query Count of Original Seats. I have tried the following but I just can't get it to look up!
= DLookup("[countofclient ref]", "count of original seats", "[client ref] = '" & [client ref] & "'")
Any advice on fixing this syntax would be greatly appreciated.
cheers
I have a form where the user will enter a ClientRef (txt) and I have a text box I want to lookup that client ref and return the count of client ref from a query Count of Original Seats. I have tried the following but I just can't get it to look up!
= DLookup("[countofclient ref]", "count of original seats", "[client ref] = '" & [client ref] & "'")
Any advice on fixing this syntax would be greatly appreciated.
cheers