kristi1023
Programmer
I have a subform which consists of 20 unbound checkboxes. The command button runs sql to insert or delete an individual record from a table based on whether a box is checked or has been unchecked. This works great.
I need to prompt the user to click the button only when data has changed, i.e. a box that was checked is unchecked or a new box is checked. How can I do this? Would an event procedure on the main form or the subform used to execute 'Call Me.Update_Click' work? I tried to add the Call to a Next navigation button that is on the main form, but I get an error that this type of call is not supported.
Thank you!
I need to prompt the user to click the button only when data has changed, i.e. a box that was checked is unchecked or a new box is checked. How can I do this? Would an event procedure on the main form or the subform used to execute 'Call Me.Update_Click' work? I tried to add the Call to a Next navigation button that is on the main form, but I get an error that this type of call is not supported.
Thank you!