|
for
returning unique numbers u need to use a GROUP BY expression. So say your
site numbers = field name SITEID:
select siteid from mytable group by
siteid
this
will return a single column in a query table to use to heart's content in
dialogs etc.!
regards
doug
|
- MI Making a unique list galmala
- Re: MI Making a unique list Doug
- Re: MI Making a unique list David L. Dennis
