F
Frank B
I'm asking for SQL that I can put into the RowSource for a
combo-box. I am only interested in seeing 2 fields
(columns). Both fields are in 1 table (TBL).
Field IX is the index. (no duplicates)
Field DD contains a name. (has duplicates)
If there are duplicates, I only want to see 1, but I also
need to see the IX for that record. Like this....
COL1 COL2
-----| -----
IXa | Name1
IXb | Name2 (there may be Dups of Name2...
IXc | Name3 ...but I only want to see 1)
etc.| etc.
I appreciate your help.
Thanks,
Frank
combo-box. I am only interested in seeing 2 fields
(columns). Both fields are in 1 table (TBL).
Field IX is the index. (no duplicates)
Field DD contains a name. (has duplicates)
If there are duplicates, I only want to see 1, but I also
need to see the IX for that record. Like this....
COL1 COL2
-----| -----
IXa | Name1
IXb | Name2 (there may be Dups of Name2...
IXc | Name3 ...but I only want to see 1)
etc.| etc.
I appreciate your help.
Thanks,
Frank