PaidtheUmpire
Programmer
Well please help...
I want to get the names of the teams for the ADOQuery1:
SELECT Team_Name
FROM Team_Details;
To the combobox called Team1.
Then once TEAM1 is set, the Listbox is to be populated by the playes of the said team though the ADOQuery2:
SELECT Name
FROM Players
WHERE Team_Name = :Team1;
Any help is rewarded with a thankyou in advance and afterwards as well.
Delphi I can't get enough of you.
I want to get the names of the teams for the ADOQuery1:
SELECT Team_Name
FROM Team_Details;
To the combobox called Team1.
Then once TEAM1 is set, the Listbox is to be populated by the playes of the said team though the ADOQuery2:
SELECT Name
FROM Players
WHERE Team_Name = :Team1;
Any help is rewarded with a thankyou in advance and afterwards as well.
Delphi I can't get enough of you.