G
Guest
I have a parent form (frmMaster) which contains key clientID and ClientName,
a continous subform (frmClientAppt) which contains Key ApptID and foreign
key clientID and they are related in a 1:many. The subform displays summary
info for all of a client's appointments in a continous form. When one of the
appointments is selected a separate form opens "frmEdit" displaying the
details of that appointment, allowing the user to edit info from this appt.
There is a button "save and close" which records changes and refreshes the
parent/subform and this works fine. I would like to have a button on
"frmEdit" ("CancelChanges and Close")that cancels any changes, closes
"frmEdit" leaving everything as it was before the user opened the "frmEdit"
form. Any advice would be appreciated.
a continous subform (frmClientAppt) which contains Key ApptID and foreign
key clientID and they are related in a 1:many. The subform displays summary
info for all of a client's appointments in a continous form. When one of the
appointments is selected a separate form opens "frmEdit" displaying the
details of that appointment, allowing the user to edit info from this appt.
There is a button "save and close" which records changes and refreshes the
parent/subform and this works fine. I would like to have a button on
"frmEdit" ("CancelChanges and Close")that cancels any changes, closes
"frmEdit" leaving everything as it was before the user opened the "frmEdit"
form. Any advice would be appreciated.