jonathanchye
Registered User.
- Local time
- Today, 21:25
- Joined
- Mar 8, 2011
- Messages
- 448
Hi,
I am in the process of upgrading a clients database from Excel format into Access.
I am running into a slight problem because in the Excel spreadsheet everything is in one worksheet but in my database I have normalised them to I have linked tables (subdatasheets) and I am not sure how to "import" data over except manually keying each on in (which I don't hope to do as there are thousands of records...)
In the Excel spreadsheet the fields are :
Department, Customer (each department have own customers), Customer Site, Date of Order, Order ID, Product Name, Amount, Component ID (products could be split into components), Component Name, Component Cost.
So in my Database I have the following table structure :
tblMain
PKMainID
fkProductID
pCustSite
dDateOfOrder
tblProduct
PKProductID
fkCompID
nAmount
pProductName
tblComp
PKCompID
pCompName
nCost
I hope you guys get understand what I am trying to say
As you can see the Excel Spreadsheet contains everything in one table but in my Access database I have 3 tables. The way they are related fields in tblComp and tblProduct will only be created after tblmain is populated.
Is there anyway possible to create a query that can handle this sort of import?
I am in the process of upgrading a clients database from Excel format into Access.
I am running into a slight problem because in the Excel spreadsheet everything is in one worksheet but in my database I have normalised them to I have linked tables (subdatasheets) and I am not sure how to "import" data over except manually keying each on in (which I don't hope to do as there are thousands of records...)
In the Excel spreadsheet the fields are :
Department, Customer (each department have own customers), Customer Site, Date of Order, Order ID, Product Name, Amount, Component ID (products could be split into components), Component Name, Component Cost.
So in my Database I have the following table structure :
tblMain
PKMainID
fkProductID
pCustSite
dDateOfOrder
tblProduct
PKProductID
fkCompID
nAmount
pProductName
tblComp
PKCompID
pCompName
nCost
I hope you guys get understand what I am trying to say

Is there anyway possible to create a query that can handle this sort of import?