G
Gina Whipp
Hi All,
I have a module that has a DLookUp for addresses. However, since it's so
long I decided to make it go to multiple lines, a no brainer I thought! I
keep getting an error "Expected end of statement" on the second line on '
"cpAddress" '. Can someone tell me what I am missing, I think I tried every
concaction but obviously not the right one.
GetAddress = DLookup("Client", "qryClientNames", "cpClientID = " & N) &
Chr(13) & Chr(10) & _
"DLookUp("cpAddress","tblClientProfile","cpClientID = "
& N) & Chr(13) & Chr(10)
Thanks
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
I have a module that has a DLookUp for addresses. However, since it's so
long I decided to make it go to multiple lines, a no brainer I thought! I
keep getting an error "Expected end of statement" on the second line on '
"cpAddress" '. Can someone tell me what I am missing, I think I tried every
concaction but obviously not the right one.
GetAddress = DLookup("Client", "qryClientNames", "cpClientID = " & N) &
Chr(13) & Chr(10) & _
"DLookUp("cpAddress","tblClientProfile","cpClientID = "
& N) & Chr(13) & Chr(10)
Thanks
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II