M
martin
I currently have a form that is pulling records from a
query (qryTraining). The form has employee's who are
requesting training. I also have 3 blank textboxes in the
form that are part of the query (txtTrainingDate,
txtLocation, txtTrainer) that I update when I confirm some
training information. What I would like to happen is when
I confirm the training information on the 1st empty
textbox of the 1st record could I then have a command
button that updates all the empty textboxes on all my
following existing records? If so how can I do this?
your help is appreciated,
Martin
query (qryTraining). The form has employee's who are
requesting training. I also have 3 blank textboxes in the
form that are part of the query (txtTrainingDate,
txtLocation, txtTrainer) that I update when I confirm some
training information. What I would like to happen is when
I confirm the training information on the 1st empty
textbox of the 1st record could I then have a command
button that updates all the empty textboxes on all my
following existing records? If so how can I do this?
your help is appreciated,
Martin