I have a web database, with a form that submits data to a table (table1).
i also have another simple table (tableForCombo) that contains names, which are being shawn in a combobox.
i want the user to
open the form,
pick a value from that combobox and
store it in another table...
how can I do this, please?
i also have another simple table (tableForCombo) that contains names, which are being shawn in a combobox.
i want the user to
open the form,
pick a value from that combobox and
store it in another table...
how can I do this, please?
Comment