G
Guest
I have a form "Pop-up Update Revenue1" that provides input for a filter for
another form "Update Revenue Budget Allocations2". Once "Update Revenue
Budget Allocations2" closes, I want to also close "Pop-up Update Revenue1". I
used the following code to attempt the closure of this form. Needless to say
it does not work.
Private Sub Form_Close()
stDocName = "[Form].[Pop-up Update Allocations1]"
DoCmd.Close stDocName
End Sub
How can I close an open form when I close "Update Revenue Budget
Allocations2"?
Thanks,
Dennis
another form "Update Revenue Budget Allocations2". Once "Update Revenue
Budget Allocations2" closes, I want to also close "Pop-up Update Revenue1". I
used the following code to attempt the closure of this form. Needless to say
it does not work.
Private Sub Form_Close()
stDocName = "[Form].[Pop-up Update Allocations1]"
DoCmd.Close stDocName
End Sub
How can I close an open form when I close "Update Revenue Budget
Allocations2"?
Thanks,
Dennis