Missing Class Objects

  • Thread starter Thread starter Paul Fenton
  • Start date Start date
P

Paul Fenton

I created a couple of reports and a form recently in an application
we've been using for some time. None of them are showing in the list
of MS Access Class Objects. Can someone explain what's causing this
and what the fix would be?

I'm compacted and repaired with no success and imported all the
objects into a new database, also with no success. The reports are
there, I can open them for editing, but they're not in the list.


Paul Fenton
(e-mail address removed)
 
Forms and Reports won't appear in the VBE Project viewer until a code module
is created & attached to them. That doesn't happen unless you add code to
the form/report when in design view. Once per form/report is all it takes.

HTH,
 
Back
Top