G
Guest
I'm trying to open a form as hidden so that queries, other forms, etc. can
refer back to information that is needed. This is because these routines may
be launched from different places in the application. Anyway, I'm having
trouble making the forms open as hidden or even as an icon. I've tried both
of these and they are not working. Any suggestions?
DoCmd.OpenForm formname, , , stLinkCriteria, , acHidden
DoCmd.OpenForm formname, , , stLinkCriteria, , acIcon
Thanks,
refer back to information that is needed. This is because these routines may
be launched from different places in the application. Anyway, I'm having
trouble making the forms open as hidden or even as an icon. I've tried both
of these and they are not working. Any suggestions?
DoCmd.OpenForm formname, , , stLinkCriteria, , acHidden
DoCmd.OpenForm formname, , , stLinkCriteria, , acIcon
Thanks,