Hi, I was wondering if someone could provide some help.
I have a make-table query based on fields from another query. I would also like this new table to include a new number field which starts at 101 and counts up for each entry.
So currently looks like this:
Name1, Name2, Name3
A, B, C
D, E, F
G, H, I
and I would like this:
Num, Name1, Name2, Name3
101, A, B, C
102, D, E, F
103, G, H, I
Hope that makes sense! Any help would be great.
Thanks
I have a make-table query based on fields from another query. I would also like this new table to include a new number field which starts at 101 and counts up for each entry.
So currently looks like this:
Name1, Name2, Name3
A, B, C
D, E, F
G, H, I
and I would like this:
Num, Name1, Name2, Name3
101, A, B, C
102, D, E, F
103, G, H, I
Hope that makes sense! Any help would be great.
Thanks