briefpam
01-21-2002, 04:55 PM
I have a ComboBox in a form that calls on a table of "Vendors".
I want to be able to do the following.
1. I DON'T want the user to be able to
enter in any new data into the "Vendors" table using the ComboBox.
2. I want the user to be able to type in
letters so that they can quickly review
the list in the "Vendors" table. I have Limit to List set to Yes and Auto Expand set to Yes.
3. If what the user types doesn't match
any of the records in the list, I
want a MsgBox to pop up and ask the
user if they want to add a new Vendor.
4. If the user clicks on "Yes" a new form
appears allowing the user to enter in
all the data about a new vendor.
I have the main form and I have a seperate form for entering new vendor data. The program itself is working fine with the exception of this pesky combo box problem.
[This message has been edited by briefpam (edited 01-21-2002).]
[This message has been edited by briefpam (edited 01-21-2002).]
I want to be able to do the following.
1. I DON'T want the user to be able to
enter in any new data into the "Vendors" table using the ComboBox.
2. I want the user to be able to type in
letters so that they can quickly review
the list in the "Vendors" table. I have Limit to List set to Yes and Auto Expand set to Yes.
3. If what the user types doesn't match
any of the records in the list, I
want a MsgBox to pop up and ask the
user if they want to add a new Vendor.
4. If the user clicks on "Yes" a new form
appears allowing the user to enter in
all the data about a new vendor.
I have the main form and I have a seperate form for entering new vendor data. The program itself is working fine with the exception of this pesky combo box problem.
[This message has been edited by briefpam (edited 01-21-2002).]
[This message has been edited by briefpam (edited 01-21-2002).]