Have a good data entry form that fills table 1 in access
like :
Dia Código Ocorrencia HE HI
1 7 p 0 1,5
2 7 p 0 1,5
3 7 a 0 1,5
1 14 p 1 0
2 14 p 2 0
3 14 p 0 0
Have a good lay-out report in access that needs source table 2
like :
Código Evento Campo1 Campo2 Campo3
7 Ocorrencia p p a
7 HE 0 0 0
7 HI 1,5 1,5 1,5
14 Ocorrencia p p p
14 HE 1 2 0
14 HI 0 0 0
Question:
How do I map the data from table 1 to table 2 in access
using programming?
I dont want to go to excel to use the transpose copy.
Comment:
For each same data under Field("Código") there will be
as many data under Field("Dia") as the days of the month.
For simplicity we have three days.
