C
CW
I have an Agents table and form, which is part of our international despatch
system.
These contain, among other things, fields and controls called AgtName and
AgtCtry.
At the moment we have a combo that drops down the complete list of agent
names, from which we select the one that is required and and go into that
record.
Now we want to be able to search by country, and see which agents are
available, and make a selection from there. So I guess we would have a combo
that would firstly display all the AgtCtry values (sorted ascending) and then
in a second column it would show all the AgtNames against each country.
How would I do that (and is that the best way to achieve what we want - i.e.
to find an agent by country?)
Many thanks
CW
system.
These contain, among other things, fields and controls called AgtName and
AgtCtry.
At the moment we have a combo that drops down the complete list of agent
names, from which we select the one that is required and and go into that
record.
Now we want to be able to search by country, and see which agents are
available, and make a selection from there. So I guess we would have a combo
that would firstly display all the AgtCtry values (sorted ascending) and then
in a second column it would show all the AgtNames against each country.
How would I do that (and is that the best way to achieve what we want - i.e.
to find an agent by country?)
Many thanks
CW