G
Guest
I have created a form that allows users to view table data, but I set Allow
Edit/Add/Delete to NO because I don't want them directly modifying the data.
Instead I have a button that I want to code to make the modifications to the
table that I need. How would I go about doing this in the code for
form_buttonClick()? Can I refer to the table from the form and do some kind
of UPDATE query?
Edit/Add/Delete to NO because I don't want them directly modifying the data.
Instead I have a button that I want to code to make the modifications to the
table that I need. How would I go about doing this in the code for
form_buttonClick()? Can I refer to the table from the form and do some kind
of UPDATE query?