Hi, I was hoping someone could guide me on the right direction. I created a database that allows users to enter research data. The users enter the data via a form I created. The form is bound to a master table and each control in the form is bound to either a field inside the master table or bound to a table that relates to the master table.
My issue seems very simple to fix. I want to allow the user the select multiple records from a combo box. I therefore created a Subform bound to this combo box and the user is now able to select multiple records based on a single ID from the main form. The problem is though, that each time the user selects an item from the combo box (in the subform), this item is then duplicated in the same table. So for the next record, when he or she selects teh drop down combo box, the original list of pre defined records are there PLUS the record she/he chose last time.
Anyone know how to solve this? Ideally I would like the functionality to remain the same, possibly create a new table where when the user selects an item from a combo box it is updated to another table instead of the table with that stores the pre-defined data.
Thanks in advance!!!
My issue seems very simple to fix. I want to allow the user the select multiple records from a combo box. I therefore created a Subform bound to this combo box and the user is now able to select multiple records based on a single ID from the main form. The problem is though, that each time the user selects an item from the combo box (in the subform), this item is then duplicated in the same table. So for the next record, when he or she selects teh drop down combo box, the original list of pre defined records are there PLUS the record she/he chose last time.
Anyone know how to solve this? Ideally I would like the functionality to remain the same, possibly create a new table where when the user selects an item from a combo box it is updated to another table instead of the table with that stores the pre-defined data.
Thanks in advance!!!