P
Paul
I have searched the forums for an answer but my problem is slightly dif from
the other posts. I have 2 Reports that runs from a small query which previews
a fitness programme front and back. The commands that operate these previews
are situated on the form whi is used to create the information. It has
suddenly started to play up. I f I start it up and click on progcardfront it
displays the front page report with data noi problems, but when i try and
open the back report afetr closing the front it comes up with error 3048.
When running debug it points to
DoCmd.OpenReport "Progcardback", acViewPreview, , strWhere
End If
If I have too many queiries open what it the command I need to add to get it
to close when I close the previous report if this is the problem??
Paul
the other posts. I have 2 Reports that runs from a small query which previews
a fitness programme front and back. The commands that operate these previews
are situated on the form whi is used to create the information. It has
suddenly started to play up. I f I start it up and click on progcardfront it
displays the front page report with data noi problems, but when i try and
open the back report afetr closing the front it comes up with error 3048.
When running debug it points to
DoCmd.OpenReport "Progcardback", acViewPreview, , strWhere
End If
If I have too many queiries open what it the command I need to add to get it
to close when I close the previous report if this is the problem??
Paul