G
Guest
Hello again
I have a form with a subform. The subform displays multiple records linked to a single record on the main form
I was hoping to have a 'review' screen which will initially not allow changes. There would be a button on the main form saying 'edit details' - this would enable changes, and subsequently change the control caption to 'save changes' (there would be code for the control based on the control caption). It would also make an additional control visible saying 'Cancel changes'
It is this 'Cancel changes' button that I am having trouble with. There are loads of records and fields so I don't want to store every value in a variable. Is there a way that I can simply undo changes on click event
Thanks
Mikey
I have a form with a subform. The subform displays multiple records linked to a single record on the main form
I was hoping to have a 'review' screen which will initially not allow changes. There would be a button on the main form saying 'edit details' - this would enable changes, and subsequently change the control caption to 'save changes' (there would be code for the control based on the control caption). It would also make an additional control visible saying 'Cancel changes'
It is this 'Cancel changes' button that I am having trouble with. There are loads of records and fields so I don't want to store every value in a variable. Is there a way that I can simply undo changes on click event
Thanks
Mikey