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

  • Thread starter Thread starter Susy
  • Start date Start date
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?
 
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
 
Back
Top