N
Nedlog
Hi,
In Access 2003 I need to make a new table from an existing table. Each
record in the existing table has information on costs for a project
over 3 years. The new table must have a record for each project for
each year. ie One record in the existing table will convert to three
records in the new table.
The existing table has the following columns:
Code Type Year1 Year2 Year3 Y1_Cost Y2_Cost Y3_Cost
---------------------------------------------------------------
DB1073 C1 01/02 02/03 03/04 150 221 85
So the record above would get converted to:
Code Type Year Cost Project_Year
--------------------------------------------
DB1073 C1 01/02 150 1
DB1073 C1 02/03 221 2
DB1073 C1 03/04 85 3
Can this be done with a Select Into query? If not, can someone please
explain how to go about it.
Many thanks,
D
In Access 2003 I need to make a new table from an existing table. Each
record in the existing table has information on costs for a project
over 3 years. The new table must have a record for each project for
each year. ie One record in the existing table will convert to three
records in the new table.
The existing table has the following columns:
Code Type Year1 Year2 Year3 Y1_Cost Y2_Cost Y3_Cost
---------------------------------------------------------------
DB1073 C1 01/02 02/03 03/04 150 221 85
So the record above would get converted to:
Code Type Year Cost Project_Year
--------------------------------------------
DB1073 C1 01/02 150 1
DB1073 C1 02/03 221 2
DB1073 C1 03/04 85 3
Can this be done with a Select Into query? If not, can someone please
explain how to go about it.
Many thanks,
D