I've written a print program in another language to write every two records (orders) in a table on to a single sheet.
The problem is that the database file provided has customers with double orders and single orders mixed together. The VIPP program is unable to detect when there's a single record for a customer. Since I can't change the print program I need to change the data file so that each customer has two records.
I want to import the data file into an Access table and insert a blank row after single customer entries which I know violates database forms and normalization. Once I have two records for all customers, I can export the table out and insert the new records into the data file for print production.
Any takers?
The problem is that the database file provided has customers with double orders and single orders mixed together. The VIPP program is unable to detect when there's a single record for a customer. Since I can't change the print program I need to change the data file so that each customer has two records.
I want to import the data file into an Access table and insert a blank row after single customer entries which I know violates database forms and normalization. Once I have two records for all customers, I can export the table out and insert the new records into the data file for print production.
Any takers?
Comment