Hi, I have a little problem i need some help with...
Ok, I have a table (tblSite for example)that has a site and then a bunch of id's for that site...
example tblSite
Site ID1 ID2 ID3 ID4
home 001 002 003 004
work 005 003 007
other 007 008 010 025
(there can be more rows, its not a fixed number of rows)
I need to build a query or temporary table or something
that gets all the id numbers listed in this table..
and stores them in a single column w/out duplicates.
ex. tblTemp
ID
001
002
003
004
005
007
008
010
025
Is there an easy way to do this and does anyone have any suggestions or alternatives? It doesnt have to be stored in a table. I just think it would be easy to work with that way. I need access to all the possible Id's though.
Thanks for any help
Netooi25
Ok, I have a table (tblSite for example)that has a site and then a bunch of id's for that site...
example tblSite
Site ID1 ID2 ID3 ID4
home 001 002 003 004
work 005 003 007
other 007 008 010 025
(there can be more rows, its not a fixed number of rows)
I need to build a query or temporary table or something
that gets all the id numbers listed in this table..
and stores them in a single column w/out duplicates.
ex. tblTemp
ID
001
002
003
004
005
007
008
010
025
Is there an easy way to do this and does anyone have any suggestions or alternatives? It doesnt have to be stored in a table. I just think it would be easy to work with that way. I need access to all the possible Id's though.
Thanks for any help
Netooi25