guysmiley01
Technical User
I've looked at a few FAQ's and the access help file and even some other posts but I can't seem to resolve my issue.
Maybe it would help if I really understood the error message. What does it really mean?
I have this in the click of a list control:
blabla = DLookup("[cust_name_first]", "qry_search", "[cust_id] = '" &
search_custid & "'")
Form!txt_namefirst.ControlSource = blabla
both "blabla" and "search_custid" are string.
Somehow I'm "canceling the previous operation.
Thank you in advance for any advice.
Maybe it would help if I really understood the error message. What does it really mean?
I have this in the click of a list control:
blabla = DLookup("[cust_name_first]", "qry_search", "[cust_id] = '" &
search_custid & "'")
Form!txt_namefirst.ControlSource = blabla
both "blabla" and "search_custid" are string.
Somehow I'm "canceling the previous operation.
Thank you in advance for any advice.