I have one table and my query finds the records I need and outputs two columns of data. Like this:
1, 2
1, 2
1, 2
I need those two columns (different fields of the same record) to be in one column so I can eventually use the make table and use it for another purpose. Like this:
1
2
1
2
1
2
I've been reviewing joins and yet I cannot make the connection or think of a better way to do it. Any suggestions? TIA.
1, 2
1, 2
1, 2
I need those two columns (different fields of the same record) to be in one column so I can eventually use the make table and use it for another purpose. Like this:
1
2
1
2
1
2
I've been reviewing joins and yet I cannot make the connection or think of a better way to do it. Any suggestions? TIA.