hi,
this is a part of my db:
tblTask
*TaskID (primary key)
Task
....
tblEvaluation
*Tasks (primary key)
**Pupil (primary key)
Evaluation
...
tblPupil
**PupilID (primary key)
Name
...
When a record in tblTask is created, i want to create automatically a record in tblEvaluation for each pupil (evaluation left blank)
Has anyone an idea how this can be done? Can this be done through use of macros or will it need VBA?
Thanks!