Very strange...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!


Don't show two forms in Object Browser window.
Why, please?

Thanks.
an
 
What have you done to trouble-shoot this? Are any objects set to hidden?
 
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...

I don't know if it is to hidden...

Thanks.
an
 
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?
 
DH,

I think that was any bug.
After "compact and repair database" tree times, work fine.
Thank you very much.
an
 

Ask a Question

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.

Ask a Question

Back
Top