MikeAuz1979
Programmer
Hi,
I have a table with some data that I'm supposed to query against another table but the 1st table has the following horrible field design:
Site Number/Aug06/Sep06 etc.
100050 20 25
rather than the proper field design:
Site Number/Month/Value
100050 Aug06 20
100050 Sep06 25
Does anyone have any ideas how I can present this table in 2nd format using a query?
I'd rather not change the format of actual table as frankly the whole access db that the 1st table is from is a mess.
Thanks for any help
I have a table with some data that I'm supposed to query against another table but the 1st table has the following horrible field design:
Site Number/Aug06/Sep06 etc.
100050 20 25
rather than the proper field design:
Site Number/Month/Value
100050 Aug06 20
100050 Sep06 25
Does anyone have any ideas how I can present this table in 2nd format using a query?
I'd rather not change the format of actual table as frankly the whole access db that the 1st table is from is a mess.
Thanks for any help