Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need code to determine if a report is currently open

Status
Not open for further replies.

PurpleUnicorn

Programmer
Joined
Mar 16, 2001
Messages
79
Location
US
I need to know if a report is currently open when the focus is on a form. I have a function to determine if a form is open, but it does not work for reports.

Is this possible?

Thanks,

Nancy
 
You should be able to query the REPORTS collection looking for the REPORTS.NAME of your report - if it's there, the report is OPEN. If it isn't, your report is not open.

Jim Hare
"Remember, you're unique - just like everonone else"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top