Thank you so much! I changed your suggestion a little and it worked within a couple of minutes. Here is what I did:
StrWhere = "[CustomerNum] = " & Me![CustomerNum]
DoCmd.OpenReport StrDocName,,, StrWhere
Extra commas in DoCmd line are placeholds so StrWhere is
recognized. It printed...
I am updating our master client database with new client address information from our UPS shipments on a regular basis. Rather than enter the updates manually I want to merge the info. Duplicating the field structure in both databases is no problem. I want the query to only add a UPS entry to...
I am trying to find a way to have Access 2000 create a unique record ID when record is updated based on customer name. ID would consist of first five characters of last name plus first three characters of first name plus middle initial of customer. Example: SMITHBILA. If ID length is less than...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.