A
Alquimia
I would like to create new rows based on a column field. For example,
I have a table like with two columns like this:
ID Value
1 3
2 2
and I'd like to transform it into:
ID Value
1 1
1 1
1 1
2 1
2 1
I know I could do this using VBA but can't find an answer to do it
using a query. Any ideas?
I have a table like with two columns like this:
ID Value
1 3
2 2
and I'd like to transform it into:
ID Value
1 1
1 1
1 1
2 1
2 1
I know I could do this using VBA but can't find an answer to do it
using a query. Any ideas?