David Ball
Registered User.
- Local time
- Today, 14:44
- Joined
- Aug 9, 2010
- Messages
- 230
Hi,
I have a “Complaints” table that has a field for the originator of the complaint. There is also a table for Originators.
There is a “Complaints” form with a Combo Box where the originator of the complaint can be selected from the drop-down list or entered into the combo box, if not already there. I have set the “Limit to List” property for this combo box to “No.”
This works fine when I select a value from the combo box but when I try to type a name into the combo box I get the message “You cannot add or change a record because a related record is required in table “tblOriginator”.
I would have thought that having “Limit to List” set to “No” would allow me to enter a value into the combo box that was not yet in tblOriginator, and then store that value in the table.
Any ideas on what the problem may be?
Thanks very much
Dave B
I have a “Complaints” table that has a field for the originator of the complaint. There is also a table for Originators.
There is a “Complaints” form with a Combo Box where the originator of the complaint can be selected from the drop-down list or entered into the combo box, if not already there. I have set the “Limit to List” property for this combo box to “No.”
This works fine when I select a value from the combo box but when I try to type a name into the combo box I get the message “You cannot add or change a record because a related record is required in table “tblOriginator”.
I would have thought that having “Limit to List” set to “No” would allow me to enter a value into the combo box that was not yet in tblOriginator, and then store that value in the table.
Any ideas on what the problem may be?
Thanks very much
Dave B