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