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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To acertain whether a form or query is open when in another form 1

Status
Not open for further replies.

Kelvin

Programmer
Apr 25, 2000
23
AU
Hi,

I am trying to see whether a form or query is open from within another form. I wish to see if either is open then perfrom a relevant calculation.

please help,

Kelvin
 
Use the "IsLoaded" function.

This is not an inbuilt function, but is included in
the "Northwinds" sample database that comes with MS Access.

Copy the IsLoaded function from the Northwinds database into a new module in your database, and call it as you would any other function.

HTH

Lightning
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top