Access can't find form "frmWarning" in macro or code

K

Kruppy

The error message is actually a little longer than the subject. The form name
is referred to in code as Forms("frmWarning"). The name is NOT misspelled.
and it is a valid form name.
 
D

Dirk Goldgar

Kruppy said:
The error message is actually a little longer than the subject. The form
name
is referred to in code as Forms("frmWarning"). The name is NOT misspelled.
and it is a valid form name.


Is the form open? Only open forms are members of the Forms collection.
 
Top