PaidtheUmpire
Programmer
I have a problem.
I currently have a system which uses a ADOQuery to do the following SQL
SELECT UserNo, UserLoc, UserName
FROM Details
WHERE UserLoc = 'Australia';
This query will have 10 (TEN) resulting lines. Is there an easy way to get all ten lines into something like an array or listbox?
So i can go through each of the UserNo and format them correctly one at a time?
Thanks.![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I currently have a system which uses a ADOQuery to do the following SQL
SELECT UserNo, UserLoc, UserName
FROM Details
WHERE UserLoc = 'Australia';
This query will have 10 (TEN) resulting lines. Is there an easy way to get all ten lines into something like an array or listbox?
So i can go through each of the UserNo and format them correctly one at a time?
Thanks.