combo box won't clear

D

dpdeleon

I have a combo box which I populate by setting the row source to a sql
statement. Whenever I call the form containing said combo box the combo box
retains the previous entry even though the sql statement has properly
executed and contains the correct values.

How can I clear this combo box?
 
L

larry

-----Original Message-----
I have a combo box which I populate by setting the row source to a sql
statement. Whenever I call the form containing said combo box the combo box
retains the previous entry even though the sql statement has properly
executed and contains the correct values.

How can I clear this combo box?



.
try running a requery macro on the forms on open event
 

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