M
Michael Walsh
I want to correct what I'm pretty sure is the wrong design
in a table. While the design is perfect for the
spreadsheet, it's poor for a database. Currently the
table has a column for ID, date, value and a separate
column for each of 15 locations. 18 Columns in all.
The data goes across the table rather than down.
What I want to do is have it so it ends up with 4 columns
in all by eliminating the 15 separate location columns and
replacing them with 1 location column that would contain
the column heading as the stored data.
The table contains data, so I'd like to do this in way of
make table query that I could use to create the new table
to replace the old one later manually.
in a table. While the design is perfect for the
spreadsheet, it's poor for a database. Currently the
table has a column for ID, date, value and a separate
column for each of 15 locations. 18 Columns in all.
The data goes across the table rather than down.
What I want to do is have it so it ends up with 4 columns
in all by eliminating the 15 separate location columns and
replacing them with 1 location column that would contain
the column heading as the stored data.
The table contains data, so I'd like to do this in way of
make table query that I could use to create the new table
to replace the old one later manually.