What is the best way to import data into multiple linked tables

M

MelMel

Hi I have a simple database which has a master table for suppliers, with a
sub-datasheet of Supplier Offers, which has a sub-datasheet for Supplier
Items.

To simplify data entry of similar data, I have had a request to setup a
spreadsheet import which will allow users to enter the Supplier Name (main
table), the Offer Name (sub), and all the Item details (sub-sub) in one
sheet, so columns can be copied down. then this can be imported.

The only way I can see to do this is to import the sheet into a table, then
update the three tables with a query. Does anyone have any other ideas?

Many thanks
*M
 
K

Klatuu

The only thing I would do differently would be to link to the spreadsheet
rather than import it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top