Display empty subform but still scroll through existing records?

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

Guest

When someone opens the main form, I want the subform to appear blank even if
there are existing records. I can't use the Data Entry property because I
need the user to still be able to scroll through the existing records. Any
suggestions?
 
Not sure I completly understand you - when exactly do you want records to be
displayed?

Anyway, how about using code to set the subform to be invisible on the
OpenForm event, then visible on the OnCurrent Event (or other event that
occurs before you want the records to display)?

Alternatively, you could do the same thing with the parent/child link fields
or the source property of the subform object...

Ben.
 

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