Suppress 1st record on subform from being displayed

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

Guest

I have a combo box control on my mainform for the user to make a selection,
which displays related records on the subform for editing. How do I keep the
1st record on the subform from displaying. I don't want any records to show
until the user makes a selection on the mainform, and changing the Data Entry
property doesn't help because there are no records being added on the form.
 
You can remove the SourceObject from the sub form in the main form while in
design view and save the main form.

Then use code to apply the SourceObject property after a selection is made.
 

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