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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with LookupGrids

Status
Not open for further replies.

PaidtheUmpire

Programmer
Jan 4, 2004
105
AU
I have a grid which has approx. 150 records, seperated into 10 groups.

The data is in this form...
Record_ID (PK), Name, Address, Group

What I want is for there to be a ComboBox/ListBox which when selected display only those from that group in the LookupGrid.

For Example:
If in the ComboBox I select "AUSTRALIA", then I want to be able see ONLY the Australian Members in the lookupgrid. The if i change it back to "ALL" then all of the members should appear.

Any help?
 
Sorry about this...

I'm a little rusty with the names of things...

Anyway more details:

Delphi 7
Using a Access Database
ADO Connection
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top