A
anna_717717
Hi,
I've got some data in excel spreadsheet which looks something like this:
a1 a2 a3
b1 X
b2 y z
b3 j k z
but with many more rows and columns!
I need to convert it into access to do other manipulation on the data.
I think that I would need to store the data something like:
b1 a1 x
b2 a1 y
b2 a2 z
etc. but i'm not sure of the best way of setting up the tables and queries.
I would also ideally still need to be able to edit the data in the same
format as it would look in a spreadsheet.
Any suggestions please?
I've got some data in excel spreadsheet which looks something like this:
a1 a2 a3
b1 X
b2 y z
b3 j k z
but with many more rows and columns!
I need to convert it into access to do other manipulation on the data.
I think that I would need to store the data something like:
b1 a1 x
b2 a1 y
b2 a2 z
etc. but i'm not sure of the best way of setting up the tables and queries.
I would also ideally still need to be able to edit the data in the same
format as it would look in a spreadsheet.
Any suggestions please?