J
JohnE
I have 2 fields that form to make a file numbering process. One field is
FileLetter and the other is FileNo. I need to do a dlookup based on the
combination of both letter and number. I am able to do one of the fields but
not both. How do I concatenate them in the following dlookup?
DLookup("[FileNo]", "tbl_Clients", "[FileNo] =" & Me!txtFileNo & "")
Thanks for any assistance.
\\\ John
FileLetter and the other is FileNo. I need to do a dlookup based on the
combination of both letter and number. I am able to do one of the fields but
not both. How do I concatenate them in the following dlookup?
DLookup("[FileNo]", "tbl_Clients", "[FileNo] =" & Me!txtFileNo & "")
Thanks for any assistance.
\\\ John