I have a form, where I can introduce a new data in a table.
Let say: Table1, Fields: Name
So I introduce a Name in a the field Name: Jhon
So now, Jhon is in the database
in the same form I have a combobox with all the names existing in the database.
When I introduce the new name in a textbox, I need to automatically introduce the new name in the combobox.
Anyone can help how can I do it.
Thank you very much
Let say: Table1, Fields: Name
So I introduce a Name in a the field Name: Jhon
So now, Jhon is in the database
in the same form I have a combobox with all the names existing in the database.
When I introduce the new name in a textbox, I need to automatically introduce the new name in the combobox.
Anyone can help how can I do it.
Thank you very much