Good evening,
I have a form with the record source set to tblEmployeeTraining.
In tblEmployeeTraining, I have the following fields:
ID (primary key)
EmployeeID_fk
TrainingID_fk
TrainingDate (date)
TrainingScan (attachment)
I have a table with a list of trainings, named List_Trainings. In this...