steveh8204
Board Regular
- Joined
- Aug 20, 2018
- Messages
- 151
I have created a user form that displays the contents of a selected row (via a 'find' function) and then displays in editable fields in the form. I now want to be able to send the new contents back to another function to update the row but I don't know how to send the contents of the updated control to the 'button click' of the control that initiates the function.
How do I send the contents of the updated controls to the 'button click :function? As far as I know button click functions don't take arguments?
Hope I've explained the issue well.
How do I send the contents of the updated controls to the 'button click :function? As far as I know button click functions don't take arguments?
Hope I've explained the issue well.