R
rum23
Microsoft Office Access can't find the form 'frmLogin' referred to in a macro
expression or Visual Basic code.
How can I handle this error? I basically set bunch of things on the frmLogin
form, from a different form's method. And I don't want to do these settings,
if the frmLogin form is null. Want to do something like......
if (Forms.frmLogin <> Null) then
......
.......
endif
Not sure how to do this in ACCESS 2007. Can somebody please help?
Thanks a ton.
expression or Visual Basic code.
How can I handle this error? I basically set bunch of things on the frmLogin
form, from a different form's method. And I don't want to do these settings,
if the frmLogin form is null. Want to do something like......
if (Forms.frmLogin <> Null) then
......
.......
endif
Not sure how to do this in ACCESS 2007. Can somebody please help?
Thanks a ton.