I am exporting customer order records to another application from Access2000. The receiving application needs a blank record as a "separator" when the customer name changes. Customers can have any number of order records in the table.
Simply put, I need to read an Access table, writing each record to another table (or txt file) and when FieldX changes, insert a blank record before copying the record in the table.
Does anyone have a piece of code to do this.
Thanks.
Simply put, I need to read an Access table, writing each record to another table (or txt file) and when FieldX changes, insert a blank record before copying the record in the table.
Does anyone have a piece of code to do this.
Thanks.