T
Tcs
I'm trying to close my form. The code I'm using is:
DoCmd.Close acForm, Me.frmProgressBar
VBA (Access 2k) doesn't like it. When I try to compile it, I get the error.
What *should* I use?
Thanks in advance,
Tom
DoCmd.Close acForm, Me.frmProgressBar
VBA (Access 2k) doesn't like it. When I try to compile it, I get the error.
What *should* I use?
Thanks in advance,
Tom