F
FSUrules2883
I am using the following DLOOKUP string.
=DLookUp("TXTFIELD","Query3","Query3.CustomerNumber=" &
"[CustomerNumberFromReport]")
I am try to use the Dlookup to use a value that I get in the report
to lookup in a query and return me back some text. The problem that I
am encountering is it is selecting the first record in the query and
not based on the customer number.
=DLookUp("TXTFIELD","Query3","Query3.CustomerNumber=" &
"[CustomerNumberFromReport]")
I am try to use the Dlookup to use a value that I get in the report
to lookup in a query and return me back some text. The problem that I
am encountering is it is selecting the first record in the query and
not based on the customer number.