S
Song Su
I have a query result looks like this:
Sect ID
1418 7002
8018 7002
3355 7045
etc. etc.
based on above, I want to create a query with this result:
Sect ID Also
1418 7002 8018
8018 7002 1418
3355 7045
etc. etc.
I don't mind to create another intermidiate query to generate above result.
Any help is appreciated.
Sect ID
1418 7002
8018 7002
3355 7045
etc. etc.
based on above, I want to create a query with this result:
Sect ID Also
1418 7002 8018
8018 7002 1418
3355 7045
etc. etc.
I don't mind to create another intermidiate query to generate above result.
Any help is appreciated.