G
Guest
I would like to use Allen Browne's LimitToList code to add text from a
combobox. However, I don't understand how to add the text when there are
three fields in the table, and I need the other two fields to automatically
have their values added in this event. ie. I would like the user to type
only the name in the combobox. If is it not in the list then append to the
table (tblSenderName). The fields are SenderId, CustomerId, and Name. The
CustomerId (from tblCustomer) should match the forms cboCustomerID so I can
filter senders where Me.cboCustomer.Column(0) = tblSender.CustomerID. Is
this possible and how would I tell the form to append to the table?
combobox. However, I don't understand how to add the text when there are
three fields in the table, and I need the other two fields to automatically
have their values added in this event. ie. I would like the user to type
only the name in the combobox. If is it not in the list then append to the
table (tblSenderName). The fields are SenderId, CustomerId, and Name. The
CustomerId (from tblCustomer) should match the forms cboCustomerID so I can
filter senders where Me.cboCustomer.Column(0) = tblSender.CustomerID. Is
this possible and how would I tell the form to append to the table?