Accept on the fly text on a combobox tha is a lookup field

  • Thread starter Thread starter verci
  • Start date Start date
V

verci

HI

I've created a combobox tha get its datasource from a lookup field in my
orders table tha has a one to many relationship with the clients table, so
when I want to pull the clients information for printing my invoice I just
press te combo box select my client name and voila, my problem is tha this
field wont let me enter the clients name if is not in the clients table, how
can I achieve this functionality, to be able to enter the clients name on
the fly.

Thanks, regards
 
Don't use a lookup field. Use a combobox on a form, and use the combobox's
NotInList event to allow you to add the new client name.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top