davidrsutton
Programmer
Hi...
I have a table that is organised like so:
ID Step1 Step2 Step3 Step4..... Step 9
234 13/10/05 20/10/05 25/10/05
where one row is returned for Each 'ID'. the Problem is, I need to display this info so that a row is returned for for each instance that a 'Step' is completed. So if a record has 3 of its 9 steps filled in, the query would return something like:
ID Step
234 13/10/05
234 20/10/05
234 25/10/05... and so on.....
235 13/10/05
235 20/10/05
236 13/10/05
I am using Access 97.
Any help is greatly appreciated.
Dave.
I have a table that is organised like so:
ID Step1 Step2 Step3 Step4..... Step 9
234 13/10/05 20/10/05 25/10/05
where one row is returned for Each 'ID'. the Problem is, I need to display this info so that a row is returned for for each instance that a 'Step' is completed. So if a record has 3 of its 9 steps filled in, the query would return something like:
ID Step
234 13/10/05
234 20/10/05
234 25/10/05... and so on.....
235 13/10/05
235 20/10/05
236 13/10/05
I am using Access 97.
Any help is greatly appreciated.
Dave.