C
Chris Ryner
Hi everyone,
I have a form that when you double click a control it will open a form
and filter to the records I want to print.
every thing works manually, however I want the form to open and print all
records/forms and then close automatically.
I have tried
DoCmd.close acForm, "labels", acSaveNo
after the command that makes the print work
which is all in the form_current event.
apparently you cannot close a form from current event.
How can I make this work?
I have a form that when you double click a control it will open a form
and filter to the records I want to print.
every thing works manually, however I want the form to open and print all
records/forms and then close automatically.
I have tried
DoCmd.close acForm, "labels", acSaveNo
after the command that makes the print work
which is all in the form_current event.
apparently you cannot close a form from current event.
How can I make this work?