In Access, I created a parameter query using specific criteria in several fields. The parameter prompts for one more piece of information. The report that calls the query will print data based on the parameter and all other fields publish in two columns. It works well if you want to print one...
If you show:
CombinedFieldsList: Field1 & ";" + Field2 & ";" + Field3 & ";" + Field4 & ";" + Field5
and any fields are blank you would see:
Field1; Field2; ; ; ;
Then you have to chop off however many semicolons and spaces MAY appear...
Thank you! I had to include Trim([CombinedFieldsList]), must be a space at the end somehow (I do have Trim defined on the CombinedFieldsList too), but it does work. I appreciate your help.
This should be a simple task, but I can't find the right coding that will make this work. I've tried combining expressions using Left, Right, Mid, InStr, Replace.
In an Access Query we have 5 separate fields. Data is always in Field1. Field2 to Field5 may contain data or may be blank, but...
I've browsed the forums and even checked out Northwinds database. Both seem to include pieces but I don't quite know how to set up what I need.
We input new customers in a customers table. It includes the basic info, name, address, city, state, and zip, among other fields. We split up groups...
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.