E
Edgar Thoemmes
Hi
I have an excel file set out like:
BookID Basement Upstairs Warmley
211 5 1 0
2555 2 0 1
321 0 0 2
The numbers listed under basement, upstairs and warmley are number of stock
in that location.
What I want to do is crate a new table with the results so it would like this
Book ID LocationID
211 1
211 1
211 1
211 1
211 1
211 3
So that all books have a seperate record for each location. I have the
locationID stored in tblLocations.
Can anyone help me acheive this with a query?
Thanks
I have an excel file set out like:
BookID Basement Upstairs Warmley
211 5 1 0
2555 2 0 1
321 0 0 2
The numbers listed under basement, upstairs and warmley are number of stock
in that location.
What I want to do is crate a new table with the results so it would like this
Book ID LocationID
211 1
211 1
211 1
211 1
211 1
211 3
So that all books have a seperate record for each location. I have the
locationID stored in tblLocations.
Can anyone help me acheive this with a query?
Thanks