I have two tables - Orders, Order Items - Access 2000 DB
I need to create a csv file to import this into another system
the format needs to be:
etc...
also I need some of these fields to be text with " ". All the fields are text format in the tables.
Any help will be welcomed !
NB I am presuming that I will need to parse this somehow...
I need to create a csv file to import this into another system
the format needs to be:
Code:
Order 1, Order 1 Customer name, Order 1 Address, Order item 1.1, Order Item 1.1 weight, Order item 1.2, Order Item 1.2 weight, Order 2, Order 2 Customer name, Order 2 Address, Order item 2.1, Order Item 2.1 weight, Order item 2.2, Order Item 2.2 weight,
also I need some of these fields to be text with " ". All the fields are text format in the tables.
Any help will be welcomed !
NB I am presuming that I will need to parse this somehow...
Comment