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

N

Nic Steele

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
 
J

John Vinson

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]
 
N

Nic Steele

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
 

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

Top