Sorry for the confusion in description. I have an excell workbook that
contains 7 sheets, each sheet has a name of a country to identify the
transactions orgin and the data on these sheets are the same with account
number,customer name etc. I have not created a datbase yet but i want tranfer
the data from these sheets into a database yet i know the different data
types do not belong in one table. Can the data from 7 sheets be imported
into several tables?
All seven datasheets have an account number.
All seven datasheets have a customer name.
All seven datasheets have... etc.
These are the SAME data types and they belong in ONE table... or
perhaps we're just not communicating!
Again... yes, data from 7 sheets *can* be imported into 7 tables. You
could have a table of account number, customer name, etc. etc. for
China, and a table of account number, customer name, etc. etc. for
Japan, and a table of account number, customer name, etc. etc. for
France. This design makes sense for Excel but it is *simply wrong* for
Access!
WHat do you mean by "data types"? Do you mean that data which
originated in China is of a different type than data (with all the
same fieldnames, text/number/date datatype, etc) that originated in
Japan? If so, please explain!
John W. Vinson[MVP]