If you have Access 2000 (onwards) then you should be able to do this by using it to open the ActinicCatalog.mdb database and exporting the Product Table.
You could also use a query to create an intermediate table containing the fields you really need.
The most problematic would be the Section as this would need to contain a variable number of fields concatenated with the "|" symbol.
Comment