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

Access forms. WHich on is on top?

Status
Not open for further replies.

jordanking

Programmer
Sep 8, 2005
351
Hello all

I have code to determine if a form is loaded:

If Application.CurrentProject.AllForms("frmCommercial").IsLoaded = True Then
[Forms]![frmCommercial]![fsubCommercialLineItems].[Form]![curPrice].SetFocus
End If

but what I want to know, Is there a way to determine the "order" of the forms. Like which one is on top and which one is just below the active form and so on.

JK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top