add new record in table with textbox and combobox without button
Hi,
is it possible to add a new record by opening a form with 3 textboxes en 2 comboboxes.
First, i push on the button, new record and then I fill in the 5 boxes and this should give one new record. The big problem is to make this all as 1 record.
Or, has anyone another structure for adding this new record.
greetz
Re: add new record in table with textbox and combobox without button
:confused:
What do you mean ? by 5 controls to one record.. are you trying to concatenate all the values into one record?
Re: add new record in table with textbox and combobox without button
Or all the values to one Field?
Re: add new record in table with textbox and combobox without button
:D Mis-type again...
I'll be getting as bad as noteme soon... :D
Re: add new record in table with textbox and combobox without button
Nope, I am next in line for the NoteMe speling award! :D
Re: add new record in table with textbox and combobox without button
yes, these 5 controls place in just one record
so one field is autonumbered, and 2 textboxes (to put text in it) and then 2 comboboxes (both with autonumbering and text, the combobox will display the autonumbering after choosing the right text in the combobox
and then all these 5 controls put in one record
greetz
Re: add new record in table with textbox and combobox without button
Can you give an example of the before and after? A record has multiple fields. Do you want that or all values in one field?
Re: add new record in table with textbox and combobox without button
all these 5 in one record but in 5 different fields.