I have non-data entry form that is based on a table. I would like the users to be able to change the data in the underlying table from changes made to the data in this form, particularly delete data from a text box then have that change made to the table. I already have a button that fills a listbox with data from the table, and the user can double click a row in the listbox and the data fills the columnar textboxes. The form Data Property looks like this:
But if I delete data from the columnar text boxes the table does not get updated. Can't find anything on the web,(that doesn't mean that it is not there)
Do I need a button to update..
Clueless
Thanks
But if I delete data from the columnar text boxes the table does not get updated. Can't find anything on the web,(that doesn't mean that it is not there)
Do I need a button to update..
Clueless
Thanks