Form will not open

  • Thread starter Thread starter Ra
  • Start date Start date
R

Ra

Hi All, Happy New Year!!

I was in process of installing new FE's on the users PC's, and testing the
various forms of this application. On the last machine I was not able to open
a particular form, everything else opened fine. I can not detect a difference
between this particular form and other forms, in Properties.
I can not open in design either. The form is used for displaying data
already entered using the entry form, and has a subform embedded.
Any ideas??

Thank you in advance.
 
What specific error do you get? If you don't have error handling in the open
event, put it in.
Do you have user-level security?

-Dorian
 
I do not get an error, and there is error handling. There is no user level
security set in the db, the security features are coded and based on user
id's. However, there is no security restriction for the forms.
 
I may not have read this well. There is error handling in the Load event (and
all procedures), and I do not use the Open event. I tried to open the Open
event in vba, and I keep getting the Microsoft Error message, the one with
the notification asking if you want to send MS a message. I tried a few
times, the application shuts down and I get the message.
Any ideas?
 
Back
Top