C
Charlie
Basically, I have a query that results in two number
fields per record.
Field 1 Field 2
1 2
3 4
I want to create a new table that contains 1.1, 1.2, 3.1,
3.2, 3.3, 3.4.
I'm not a programmer, but I am trying to play one in real
life. This appears relatively basic to me, but I can't
seem to get my head around it. Can anyone at least point
me in the right direction?
fields per record.
Field 1 Field 2
1 2
3 4
I want to create a new table that contains 1.1, 1.2, 3.1,
3.2, 3.3, 3.4.
I'm not a programmer, but I am trying to play one in real
life. This appears relatively basic to me, but I can't
seem to get my head around it. Can anyone at least point
me in the right direction?