scottintexas
Programmer
I'm trying to open a pop up form. I have tried
and
Either one generates the error; "The OpenForm action was canceled"
I just can't see what's wrong with this.
ScottInTexas
It's probably as hard as it looks.
Code:
docmd.openform FormName:="frmCounty", WindowMode:=acDialog
and
Code:
DoCmd.OpenForm "frmNewCounty", , , , , acDialog
Either one generates the error; "The OpenForm action was canceled"
I just can't see what's wrong with this.
ScottInTexas
It's probably as hard as it looks.