G
Guest
This project exports data from Quickbooks and formats them in Access to send
a text file to a warehouse. The data contain customer and order detail
information, whereby one customer can have more than one item on order. I
can create a report that does summarize the detail records under each
customer portion without repeating the customer info, but I cannot find a way
to export this to a clean comma seperated text file with double quotes around
each text field. On the other hand, when generating the text file from the
query, each order detail record repeats all the customer info, which should
only show up once at the beginning of each text record. Each text record is
identified by "SO" at the start, and each order detail record with "ITEM" at
the beginning of this portion. How can i suppress the unwanted repetition of
customer info at the beginning of each order detail record for the same
customer and export this to a text file?
a text file to a warehouse. The data contain customer and order detail
information, whereby one customer can have more than one item on order. I
can create a report that does summarize the detail records under each
customer portion without repeating the customer info, but I cannot find a way
to export this to a clean comma seperated text file with double quotes around
each text field. On the other hand, when generating the text file from the
query, each order detail record repeats all the customer info, which should
only show up once at the beginning of each text record. Each text record is
identified by "SO" at the start, and each order detail record with "ITEM" at
the beginning of this portion. How can i suppress the unwanted repetition of
customer info at the beginning of each order detail record for the same
customer and export this to a text file?