jabberwokiuk
New member
- Local time
- Today, 20:17
- Joined
- May 11, 2006
- Messages
- 3
I have a report producing invoices. I would like to prevent empty date fields from producing gaps in the customer address - a bit like the ignore blanks command in Words mailmerge.
My first thought was to create some code that copies the address fields into an array then sorts through the array removing the empty fields then placing the results into the appropriate text boxes on the report. However I cannot get the array to populate from the required address fields. I just keep getting a the runtime error. How do I access the data in the querry fields that drive the report?
Am I just making this way over complicated? Any help would be appreciated.
Cheers
My first thought was to create some code that copies the address fields into an array then sorts through the array removing the empty fields then placing the results into the appropriate text boxes on the report. However I cannot get the array to populate from the required address fields. I just keep getting a the runtime error. How do I access the data in the querry fields that drive the report?
Am I just making this way over complicated? Any help would be appreciated.
Cheers