Properties in Visual Basic Have Disappeared - Can't Open Form

S

Susy

I was trying to follow some instructions (how to use VBA
to print a filter by form recordset, actually) and I
somehow screwed up a form I've been working on all day.

I must have deleted or renamed something. I notice that
the properties window is blank for this form, but other
forms, which open, have text in that window. All the code
is still in all the modules. As you can see, I know less
than nothing about this.

I can see that the form is still there but I can't open it
in design view or form view. If I fiddle around too much,
MSAccess crashes. I'm so frustrated. What did I do?
 
G

Gary Miller

Susy,

If you can't open it in either design or form view, you may
have runaway code running in the background. Try holding CTL
down and hit the Break key a couple of times. This will
terminate running code processes. May not be your problem,
but easy to try.

Gary Miller
Sisters, OR
 

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

Top