So I have a form with controls (text boxes) bound to an access table. I need to have the user input the relevant data into each text box and then after entering all the data, a user initiated event triggers the data to save to the table. I don't want the table to be updated at all unless the user triggers the update.
I need help to do two things: (I think)
(1) stop the individual text boxes from updating the table
(2) signal the text boxes to update the table based on the user iniated event
Thanks in advance for any help. Let me know if any questions arise.
- SMF
I need help to do two things: (I think)
(1) stop the individual text boxes from updating the table
(2) signal the text boxes to update the table based on the user iniated event
Thanks in advance for any help. Let me know if any questions arise.
- SMF