M
mark
I have a a list box (called LB) that getting its data from a table (called
table1) with only one field (called field1), a button (called button1) and a
text box (called data1).
I need to put some code behind the button to add the data from textbox data1
to the table table1 field1 and that data need to be showing in the list box.
Any idea?
Many thanks
Mark
table1) with only one field (called field1), a button (called button1) and a
text box (called data1).
I need to put some code behind the button to add the data from textbox data1
to the table table1 field1 and that data need to be showing in the list box.
Any idea?
Many thanks
Mark