P
Pendragon
Access03/WinXP
Doing some simple testing to teach myself a few things. Simple database
with only two forms. One form only has a label with basic text (frmTest).
The other form (frmSwitchboard) has a couple command buttons with options.
When I am in the VBA editor, only the frmSwitchboard displays in the project
explorer. If I try to write code for a command button with a string variable
reference to the form which only has a label, the error message is that
Access can't find the form frmTest.
Why is this the case? Obviously, forms tied data tables show up, but just a
form by itself doesn't.
Thanks for the lesson.
Doing some simple testing to teach myself a few things. Simple database
with only two forms. One form only has a label with basic text (frmTest).
The other form (frmSwitchboard) has a couple command buttons with options.
When I am in the VBA editor, only the frmSwitchboard displays in the project
explorer. If I try to write code for a command button with a string variable
reference to the form which only has a label, the error message is that
Access can't find the form frmTest.
Why is this the case? Obviously, forms tied data tables show up, but just a
form by itself doesn't.
Thanks for the lesson.