B
burgermeister01
I should preface this message with the following:
1) I'm good with SQL in general, but terrible with Access.
2) I'm not sure this is the proper group to post to.
Assuming you made it past that, here is my question. I have a table
that contains an ID column, a description column, and then a long
series of location columns with counts under them for each of the
descriptions. Sonething like...
ID | description | location1 | location2 | location3| ... locationX
-------------------------------------------------------------------------
1 | blah blah | 3 | 0 | 2 | ...
....
Something like that.
I have a table set up called Descriptions with all the descriptions,
and IDs for each one. I also have a table set up with IDs for each of
the names of the location columns in the table described above.
Finally, I have a table called Count, which has the following columns:
an ID column,
a location id column,
a description id column,
and a count column
I want to link each location and description field to the count cross
referenced in the original table. Is there any easy way to manipuate
this data into populating the Count table?
Thank you!
1) I'm good with SQL in general, but terrible with Access.
2) I'm not sure this is the proper group to post to.
Assuming you made it past that, here is my question. I have a table
that contains an ID column, a description column, and then a long
series of location columns with counts under them for each of the
descriptions. Sonething like...
ID | description | location1 | location2 | location3| ... locationX
-------------------------------------------------------------------------
1 | blah blah | 3 | 0 | 2 | ...
....
Something like that.
I have a table set up called Descriptions with all the descriptions,
and IDs for each one. I also have a table set up with IDs for each of
the names of the location columns in the table described above.
Finally, I have a table called Count, which has the following columns:
an ID column,
a location id column,
a description id column,
and a count column
I want to link each location and description field to the count cross
referenced in the original table. Is there any easy way to manipuate
this data into populating the Count table?
Thank you!