N
NoviceNana
Hi I'm mainly a lurker and I've been searching through the list for a
few days trying to find an answer to my very frustrating automatic
save problem.
I have a form with a subform in it. In the subform there are 4
required text fields and 4 number fields. I have a Save button that I
want to use EXCLUSIVELY to save the record. Next to it is a Close
button that I'd like to use EXCLUSIVELY to close the form. I do not
want the record to be saved when the close button is hit. I just want
the form to close.
I know I have to write some code in the BeforeUpdate event of the
subform. I tried just (Me.Undo) but that prevents saving even when the
save button is pushed... not helpful. I've tried about a million
other codes that I've found online or tried to come up with and
nothing is working. If anybody has any additional help/codes I would
greatly appreciate it. Again I just want a form where the save
button is the ONLY thing that saves the record. The record should not
save when the form is closed or after any other updates are made.
I look forward to your responses!!
few days trying to find an answer to my very frustrating automatic
save problem.
I have a form with a subform in it. In the subform there are 4
required text fields and 4 number fields. I have a Save button that I
want to use EXCLUSIVELY to save the record. Next to it is a Close
button that I'd like to use EXCLUSIVELY to close the form. I do not
want the record to be saved when the close button is hit. I just want
the form to close.
I know I have to write some code in the BeforeUpdate event of the
subform. I tried just (Me.Undo) but that prevents saving even when the
save button is pushed... not helpful. I've tried about a million
other codes that I've found online or tried to come up with and
nothing is working. If anybody has any additional help/codes I would
greatly appreciate it. Again I just want a form where the save
button is the ONLY thing that saves the record. The record should not
save when the form is closed or after any other updates are made.
I look forward to your responses!!