Smarter than your average combo box (1 Viewer)

dynamictiger

Registered User.
Local time
Today, 18:14
Joined
Feb 3, 2002
Messages
270
I have a form with a combo box to look up suburbs.

To speed up form loading we limit the suburb by state intially to limit the length of list.

The problem is that when the user wants to enter a different suburb from another state, how do we requery the combo box and move on with the new data already correctly located?
 

dcx693

Registered User.
Local time
Today, 13:14
Joined
Apr 30, 2003
Messages
3,265
Why not have two combo boxes, where the first selects the state and the second the suburb from the suburbs within that state?
 

maxmangion

AWF VIP
Local time
Today, 18:14
Joined
Feb 26, 2003
Messages
2,805
you can use the onChange event and put Me.ComboBoxName.Requery
 

Users who are viewing this thread

Top Bottom