Leo_Polla_Psemata
Registered User.
- Local time
- Today, 13:53
- Joined
- Mar 24, 2014
- Messages
- 364
Hi,
How could we create an increment number on a query when the table doesn't have "auto number" or other similar field?
Even if i create one AN field in my table, then, we can create one increment number field on query but this
will not be in the same ascending order as the query is sorted.
For example, the query will be sorted in the way we tell however the increment field will not be
1
2
3
4
but
2
4
1
3
If i sort the query as per increment number, then the whole set of records, won't be as per sorted as it should be.
So, we need something so simpe and easy as "auto number" we use in tables but be used in a query, no matter other fields with number etc.
Why access does almost everything except coffee and increment number on queries ?
How could we create an increment number on a query when the table doesn't have "auto number" or other similar field?
Even if i create one AN field in my table, then, we can create one increment number field on query but this
will not be in the same ascending order as the query is sorted.
For example, the query will be sorted in the way we tell however the increment field will not be
1
2
3
4
but
2
4
1
3
If i sort the query as per increment number, then the whole set of records, won't be as per sorted as it should be.
So, we need something so simpe and easy as "auto number" we use in tables but be used in a query, no matter other fields with number etc.
Why access does almost everything except coffee and increment number on queries ?