Steve Schapel
miscellany at mvps.org
Sun Aug 5 02:46:05 CDT 2007
Rocky,
I think something like this should work...
If YourSwitch Then
DoCmd.OpenForm "YourForm", , , , , acDialog
Else
DoCmd.OpenForm "YourForm"
End If
Regards
Steve
Rocky Smolin at Beach Access Software wrote:
> Can a form be opened in either popup or not depending on the value of a
> switch?