Form doesn't appear in object browser
Hi all,
I have a serious problem. I am trying to use the SetFocus method to move the cursor to a subform after I click a checkbox. The code seems pretty straightforward. This is my code:
SuppliesEntry.SetFocus
But for some reason, every time I click on the checkbox to test my code, I get an error that says it can't find the form named SuppliesEntry. Okay, so I go into object browser in the VBE and the form does not appear in there even though all the other forms do. And I know that the form is there because I made the form and I dragged on the other form as a subform. Needless to say I am getting :(. Can anyone please help me?
|