R
RichieTJ
This is the situation:
I want to add a sequence to a group of records in a query that meet
certain criteria. Example:
GroupID AreaID EmployeeID SequenceNo
(Field to add)
12345 123 458XA
00001
12345 123 452CA
00002
12345 123 538CD
00003
Where GroupID and AreaID are the criteria.
How do I assign that sequence?
Thx
I want to add a sequence to a group of records in a query that meet
certain criteria. Example:
GroupID AreaID EmployeeID SequenceNo
(Field to add)
12345 123 458XA
00001
12345 123 452CA
00002
12345 123 538CD
00003
Where GroupID and AreaID are the criteria.
How do I assign that sequence?
Thx