Disable records from showing in form, help

S

scubadiver

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
 
R

Rick Brandt

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"
 
S

scubadiver

Thanks,

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