I
Ivan Grozney
I have a db with injury info. There is a related table with 0, 1, or more
Corrective measures.
What am trying to do in Access 2007 is write a query that will allow me to
put my basic Injury Info and then put all the Corrective actions in "one"
field so that I can write it to Excel. So
Injury table
InjuryID
WhatHappened
DateofInjury
....
CorrectPlan Table
CPlanID
InjuryID
StepNum
CorrMeas
....
Output >> InjurID,WhatHappend, Step num1 & CorrMeas Chr(13) & Chr(10))
Step Num2 & CorrMeas
Chr(13) & Chr(10))
And so on as necessary.
Any ideas?
TIA
Vanya
Corrective measures.
What am trying to do in Access 2007 is write a query that will allow me to
put my basic Injury Info and then put all the Corrective actions in "one"
field so that I can write it to Excel. So
Injury table
InjuryID
WhatHappened
DateofInjury
....
CorrectPlan Table
CPlanID
InjuryID
StepNum
CorrMeas
....
Output >> InjurID,WhatHappend, Step num1 & CorrMeas Chr(13) & Chr(10))
Step Num2 & CorrMeas
Chr(13) & Chr(10))
And so on as necessary.
Any ideas?
TIA
Vanya