J
Joe
I have a client that wants this functionality in their combo boxes.
They want to be able to type in an entry into their combo box and then when
the
control loses focus, if it doesn't match a value they want to be able to add
it to
the dropdown list. However, since the dropdown is based off a query so I
can't
add it directly to the list. And since there is a lot more data required
than just
the information being type (e.g. Customer Name also need other contact info
for that customer).
My question is how do you all handle requests like this?
So, I was going to do On Lost Focus to do a lookup, if the results are Null
(or no records) then I would be opening the Add New form.
They want to be able to type in an entry into their combo box and then when
the
control loses focus, if it doesn't match a value they want to be able to add
it to
the dropdown list. However, since the dropdown is based off a query so I
can't
add it directly to the list. And since there is a lot more data required
than just
the information being type (e.g. Customer Name also need other contact info
for that customer).
My question is how do you all handle requests like this?
So, I was going to do On Lost Focus to do a lookup, if the results are Null
(or no records) then I would be opening the Add New form.