Closing Multiple forms from a Report

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?
 
S

Steve Repp

Says the object can not be found. Weird ehe! The forms are opened in dialog
mode and visible set to false....
 
J

Jeff L

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.
 
Top