I have F_SumTotalProcess, based in Q_SumTotalProcess.
This form work fine when we click it, directly.
In F_Main I have a commands buttons to open the forms.
To open this form, I have:
Private Sub cmdSumTotalProcess_Click()
DoCmd.OpenForm "F_SumTotalProcess"
End Sub
When click in this button in F_Main, return:
Run-time error '2102'
"...is misspelled or doesn't exist..."
and, in fact, doesn't show it in object browser...
If you see the object in the database window and it looks like other form
objects then it isn't hidden. I expect you might have some form of
corruption.
What happens if you create a new command button on F_Main to open the same
form?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.