Closing Multiple forms from a Report

  • Thread starter Thread starter Steve Repp
  • Start date Start date
S

Steve Repp

This can not be that hard, but I seem to be stuck. I am trying to close
multiple form is an MS Access pp, after a report is generated in preview. I
am trying to hook the close into the report's Close method.

All of the forms ion question are opened as acDialog and hidden. I can
reference values on the forms, but not DoCmd.Close on them. Any ideas?
 
Says the object can not be found. Weird ehe! The forms are opened in dialog
mode and visible set to false....
 
Are you sure that it's forms you are trying to close and not reports?
Reports can be opened in Dialog mode, but I don't see anything about
forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top