importing an excel spread sheet.

C

Chieko Kuroda

Hello,
I have an excel spreadsheet that contains 8 fields and one of them is a
quantity field. Quantity means that that row is multiplied by the number
that is in that field. So if in Excel there are 3 rows and one of the rows
has 2 in the quantity field, then in Access there are really 4 records
total. I'm not sure how to create the extra record needed in Access from
importing the Excel sheet. Does anyone have any suggestions?
Thank you,
Chieko
 
A

Adam

Hi Chieko

If I have understood correctly, you are wanting to create duplicate records
where your quantity field is greater than 1. This is bad database design,
and you would probably be better off importing the data as they are without
trying to create the extra records. When you need to make use of the
information in the quantity field, you can just design your queries to take
that into account.

HTH

Adam
 

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