A
Alain
Hello again,
I want to use the .IsLoaded on the form_load to see if a specific form is
already loaded, I am using the following code:
If Application.Forms("frm-Bud").Form.IsLoaded Then
and I am getting the following error:
Cannot find the form frm-Bud referred to in macro or VB code.
The form really exist so I would like to know if I'm using correctly the
..IsLoaded or not. The reason is I want to be able to open the form from 2
different forms, the original form from which I will normally open the
frm-Bud will be passing some value to the frm-Bud, and the second form is
from the Main Menu, which will not be passing any value.
Any suggestions will be greatly appreciated
Alain
I want to use the .IsLoaded on the form_load to see if a specific form is
already loaded, I am using the following code:
If Application.Forms("frm-Bud").Form.IsLoaded Then
and I am getting the following error:
Cannot find the form frm-Bud referred to in macro or VB code.
The form really exist so I would like to know if I'm using correctly the
..IsLoaded or not. The reason is I want to be able to open the form from 2
different forms, the original form from which I will normally open the
frm-Bud will be passing some value to the frm-Bud, and the second form is
from the Main Menu, which will not be passing any value.
Any suggestions will be greatly appreciated
Alain