J
jeanulrich00
Hi
I need to automate the creation of a table
For that I am using a make table query.
Right now I have created a query that gives me 4 of the 5 fields I
need
Let say this query gives me 12 rows (It can be 5 or 37)
..What I need is adding another field to this query and this field
should give me like an auto number 1, 2, 3, 4, 5, 6....until 12.
Each time I use this make table query, the new field should start all
the time at 1
Example
Country Stores Cost
Australia Big 150
Canada Small 50
Denmark Medium 100
France Medium 125
United States Big 300
and the new query should give me
Sequence Country Stores
Cost
1 Australia
Big 150
2 Canada
Small 50
3 Denmark
Medium 100
4 France
Medium 125
5 United States
Big 300
Thanks for helping
I need to automate the creation of a table
For that I am using a make table query.
Right now I have created a query that gives me 4 of the 5 fields I
need
Let say this query gives me 12 rows (It can be 5 or 37)
..What I need is adding another field to this query and this field
should give me like an auto number 1, 2, 3, 4, 5, 6....until 12.
Each time I use this make table query, the new field should start all
the time at 1
Example
Country Stores Cost
Australia Big 150
Canada Small 50
Denmark Medium 100
France Medium 125
United States Big 300
and the new query should give me
Sequence Country Stores
Cost
1 Australia
Big 150
2 Canada
Small 50
3 Denmark
Medium 100
4 France
Medium 125
5 United States
Big 300
Thanks for helping