abenitez77
Registered User.
- Local time
- Today, 12:53
- Joined
- Apr 29, 2010
- Messages
- 141
I currently have 3 forms open and when I call a specific function and it gets to this line below it goes to the on close of 1 of my open forms closes that form before it opens the selected form in code (below) in design mode. It doesn't close all my forms....why does it do this?
DoCmd.OpenForm formname:=dynform, View:=acDesign, WindowMode:=acHidden
DoCmd.OpenForm formname:=dynform, View:=acDesign, WindowMode:=acHidden