G
Guest
I have two tables
tblProfile
tblFacilitie
I've successfully created a one-to-many relationship. I can have one profile in many facilities
I have a third table to store data
tblProfilesFacilitie
I have a combo box in a subform for my parent frmProfiles in order to select a facility from tblFacilities. This works fine, however, I'm able to select a warehouse more than once for any particular Profile
How can I select a facility only once for any particular Profile?
tblProfile
tblFacilitie
I've successfully created a one-to-many relationship. I can have one profile in many facilities
I have a third table to store data
tblProfilesFacilitie
I have a combo box in a subform for my parent frmProfiles in order to select a facility from tblFacilities. This works fine, however, I'm able to select a warehouse more than once for any particular Profile
How can I select a facility only once for any particular Profile?