Disable records from showing in form, help

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

Guest

I have a customer name search facility but how do I show records from being
shown in the form when it is opened but ONLY after I have selected a customer
name.

Is this possible?

thanks
 
scubadiver said:
I have a customer name search facility but how do I show records from
being shown in the form when it is opened but ONLY after I have
selected a customer name.

Is this possible?

DoCmd.OpenForm "FormName",,,"1=0"
 
Thanks,

I have tried a few things and what I intended got a bit complicated so I
have abandoned it.
 

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