Hi all,
I'm totally new to access so be gentle
I've created the database that uses a macro to import data from a set of csv files into their relevant tables which works fine. The database holds ordering data for an online business with a t_order table which holds the main order information, addresses, product codes etc and also extra tables for detailed info on the individual products and options.
I want to link the product codes in each order to the product and option tables to pull through description information and pricing in a Crystal report but the product codes, quantity, option names etc for each order are stored in an array field called basket, example data below.
How can I link the individual parts of this array to fields in the relevant tables?
1|ST177|Set 3, Mixed set of 10 pins|||Pink
Data in the array is in this order.
Quantity|Prod Code|1st Option|2nd Option|Cost|Colour
I'm using Access 2003.
Many thanks.
I'm totally new to access so be gentle
I've created the database that uses a macro to import data from a set of csv files into their relevant tables which works fine. The database holds ordering data for an online business with a t_order table which holds the main order information, addresses, product codes etc and also extra tables for detailed info on the individual products and options.
I want to link the product codes in each order to the product and option tables to pull through description information and pricing in a Crystal report but the product codes, quantity, option names etc for each order are stored in an array field called basket, example data below.
How can I link the individual parts of this array to fields in the relevant tables?
1|ST177|Set 3, Mixed set of 10 pins|||Pink
Data in the array is in this order.
Quantity|Prod Code|1st Option|2nd Option|Cost|Colour
I'm using Access 2003.
Many thanks.