how do i clear values that are automatically entered to a form?

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

Guest

On my form I have a combo box that looks up values from a query. This data is
automatically entered onto the form.
How can I make the values so that they do not display anything?
Thanks
 
On Wed, 27 Sep 2006 06:02:02 -0700, Nic Steele <Nic
On my form I have a combo box that looks up values from a query. This data is
automatically entered onto the form.
How can I make the values so that they do not display anything?
Thanks

Please explain. How are the values "automatically entered"? With their
control sources, with code, or how? Are these controls bound to table
fields - what is their Control Source property? Under what
circumstances do you want them blanked out?

John W. Vinson[MVP]
 
The Row source is a query.
When the form is opened the combo box is already populated with a value when
you click the arrow next to the box you can see the other values. I want the
form to display nothing when it is first opened. is this possible?
Nic
 
Back
Top