R
Rob
Basics: I have a form which is bound to a stored
procedure with input/output parameters. I have set the
recordset property to the ADO recordset I am retrieving
in code. I want to be able to update the data on the
screen and prompt the user to save the changes with an OK
button. If data has changed (dirty) a yes/no msgbox
appears --If yes-commit and close. If no, rollback and
return to screen. (The data is not refreshed at this
point). If the user clicks CANCEL, same yes/no msgbox
appears. If yes--rollback and close the screen, If no--
return to screen and continue. Any sample code would be
greatly appreciated!
Rob
procedure with input/output parameters. I have set the
recordset property to the ADO recordset I am retrieving
in code. I want to be able to update the data on the
screen and prompt the user to save the changes with an OK
button. If data has changed (dirty) a yes/no msgbox
appears --If yes-commit and close. If no, rollback and
return to screen. (The data is not refreshed at this
point). If the user clicks CANCEL, same yes/no msgbox
appears. If yes--rollback and close the screen, If no--
return to screen and continue. Any sample code would be
greatly appreciated!
Rob