I
Inma
Hi,
I would like to close a form once the report is opened.
I used:
DoCmd.OpenReport "TEST", acViewPreview
DoCmd.Close acForm, Forms(0).frmTEST
But is not working.
What's wrong with it?
TIA
Inma
I would like to close a form once the report is opened.
I used:
DoCmd.OpenReport "TEST", acViewPreview
DoCmd.Close acForm, Forms(0).frmTEST
But is not working.
What's wrong with it?
TIA
Inma