K
Korrel
I'm trying to create a time registration database. For that the user selects
himself on a form plus a date entered. Then on a subform they can enter the
date they worked and what they did. The work is specified by first using a
WorkType (Combo A) and next a WorkCode (Combo B). I have the two combo boxes
on the subform based on each other. Selecting a value from Combo A gives me a
specific list in Combo B.
Now when I fill in the first record, a second record is immediately created
and fills in the same WorkType as on the previous record. Changing the
WorkType on the second record changes also the first record to the same
Worktype and so on.
himself on a form plus a date entered. Then on a subform they can enter the
date they worked and what they did. The work is specified by first using a
WorkType (Combo A) and next a WorkCode (Combo B). I have the two combo boxes
on the subform based on each other. Selecting a value from Combo A gives me a
specific list in Combo B.
Now when I fill in the first record, a second record is immediately created
and fills in the same WorkType as on the previous record. Changing the
WorkType on the second record changes also the first record to the same
Worktype and so on.