This is a two part question:
First
I have multiple fields (as many as 20) that I would like to merge into one. Is there a cleaner way to do this in code or a query other than =[f1] & [f2] & [f3] ............?
Second
If any of these fields are blank I want them to represent a space in the merged field. How do I do this?
First
I have multiple fields (as many as 20) that I would like to merge into one. Is there a cleaner way to do this in code or a query other than =[f1] & [f2] & [f3] ............?
Second
If any of these fields are blank I want them to represent a space in the merged field. How do I do this?