D
DonaldRegener
I have a Form with an "Embedded" SubForm.
I use the "Form AfterUpdate" Event to Trigger three
different reports. The Reports take date from the Current
Record on the Open Form. (EveryThing works as desired.)
When I go to the Embedded SubForm (On the Main Form), the
record appears to have an "AutoSave" before allowing Input
to the SubForm. This "AutoSave" then triggers the Main
Form "BeforeUpdate" and "AfterUpdate" event (As part of
its save) and Incorrectly Triggers the "Send Report"
Function WITHOUT all of the Desired Flags. I DO NOT WANT
TO SEND THE REPORTS AT THIS TIME.
I assume there is no way for me to actually Turn Off
this "Record AutoSave" before going to the SubForm. Can
you think of some other Form Event I can move the "Report
Triggers" and assorted logic to?
Thanks in Advance for your Assistance.
Don
I use the "Form AfterUpdate" Event to Trigger three
different reports. The Reports take date from the Current
Record on the Open Form. (EveryThing works as desired.)
When I go to the Embedded SubForm (On the Main Form), the
record appears to have an "AutoSave" before allowing Input
to the SubForm. This "AutoSave" then triggers the Main
Form "BeforeUpdate" and "AfterUpdate" event (As part of
its save) and Incorrectly Triggers the "Send Report"
Function WITHOUT all of the Desired Flags. I DO NOT WANT
TO SEND THE REPORTS AT THIS TIME.
I assume there is no way for me to actually Turn Off
this "Record AutoSave" before going to the SubForm. Can
you think of some other Form Event I can move the "Report
Triggers" and assorted logic to?
Thanks in Advance for your Assistance.
Don