Hi Guys
trying to create a query for a form making a spreadsheet.
I got 1 row of values in my table now i'd like for the query
creating a new row for every 5 of data.
like this
My table looks like this at the moment....
Dim
1
2
3
4
5
6
6
7
8
9
Would like to get my query like this
Dim 1 Dim 2
1 6
2 6
3 7
4 8
5 9
I know you guys could help me out on this
)
trying to create a query for a form making a spreadsheet.
I got 1 row of values in my table now i'd like for the query
creating a new row for every 5 of data.
like this
My table looks like this at the moment....
Dim
1
2
3
4
5
6
6
7
8
9
Would like to get my query like this
Dim 1 Dim 2
1 6
2 6
3 7
4 8
5 9
I know you guys could help me out on this