KingRudeDog
Registered User.
- Local time
- Today, 10:10
- Joined
- May 12, 2006
- Messages
- 36
I have a form...formatted as a datasheet...with a combobox (cboMaterials_fk)that allows the user to add more then one material per item (in other words the user can define that the item is made up of several materials, after each choice a new line item appears (*) so an additional material can be added.
Ive used this tool from a previous db I built.
I'm wondering is there anyway to limit the combobox to a single choice without rebuilding the tables. Perhaps a property or something?
Let me clarify that:
So in the end, the item has an expanded ComboBox that show which materials the user selected (user being able to select multiple materials, shown inside the combobox).
I'd like to limit the combo to make one choice from the list, and lock out the *add new choice line after.
Ive used this tool from a previous db I built.
I'm wondering is there anyway to limit the combobox to a single choice without rebuilding the tables. Perhaps a property or something?
Let me clarify that:
So in the end, the item has an expanded ComboBox that show which materials the user selected (user being able to select multiple materials, shown inside the combobox).
I'd like to limit the combo to make one choice from the list, and lock out the *add new choice line after.
Last edited: