This question has probably been answered before somewhere i the forums but I can't seem to find it anywhere.
I have a form (frmNewPc) with a Drop Down list (cboHardDrives) where the values are populated from a table (tblHardDrives). What I want is for users to be able to add their own custom item to this Drop Down list so that the item is added to the table for other people to then be able to select.
I have a form (frmNewPc) with a Drop Down list (cboHardDrives) where the values are populated from a table (tblHardDrives). What I want is for users to be able to add their own custom item to this Drop Down list so that the item is added to the table for other people to then be able to select.