I would appreciate if someone could point me in the right direction:
This is the data that I have in table1:
Field1 Field2 Field3
10 20 30
40 50 60
I would like a query or vba that merges the data into this:
Field1
10
20
30
40
50
60
Does anyone have any idea if this is possible with an access query?
hanss
This is the data that I have in table1:
Field1 Field2 Field3
10 20 30
40 50 60
I would like a query or vba that merges the data into this:
Field1
10
20
30
40
50
60
Does anyone have any idea if this is possible with an access query?
hanss