Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo Boxes

Status
Not open for further replies.

camidon

Programmer
May 9, 2000
268
US
I have a form that has three combo boxes on it. The lists are built using a SELECT DISTINCT query on a field in one of my tables. Each one of the combo boxes uses the same query.

The problem is that when I make an addition to one of the lists, the new entry doesn't show up in the other lists until I close the form and re-open it.

What is the best way to force each one of those combo boxes to requery when one of the loses focus?

Thanks in advance,

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top