T
TitaniaTiO2
Background:
I have the following tables/queries:
tblPerson
PersonID
LastName
FirstName
JobTitle
EmploymentStatus
tblDocument
DocumentNumber
DocumentTitle
tblTraining
TrainingID
PersonID
DocumentNumber
TrainingDate
HistoryTrainedTo
TrainingStatus
qryAssignSOPsToEmployee
DocumentNumber
DocumentTitle
LastName
I would like to have a form where I can use a combo box to select a LastName
and a List box where I can select multiple DocumentNumbers to be assigned to
that LastName.
I have the list box. I have the combo box. I have a close button. How do
I create all the record when I close the form?
Thanks
Titania
I have the following tables/queries:
tblPerson
PersonID
LastName
FirstName
JobTitle
EmploymentStatus
tblDocument
DocumentNumber
DocumentTitle
tblTraining
TrainingID
PersonID
DocumentNumber
TrainingDate
HistoryTrainedTo
TrainingStatus
qryAssignSOPsToEmployee
DocumentNumber
DocumentTitle
LastName
I would like to have a form where I can use a combo box to select a LastName
and a List box where I can select multiple DocumentNumbers to be assigned to
that LastName.
I have the list box. I have the combo box. I have a close button. How do
I create all the record when I close the form?
Thanks
Titania