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.
 
Back
Top