Hello,
I have a table of our customer orders which contains the following fields:
Client Code
Client Name
Output
Date
Count
Post Code (Ascending)
Run No.
Different clients share the same post code so what i would like to do is on each date, every client that shares the same postcode should be given the same run No. Then at each change in post code the run no. is to increase by 1.
so if on the 1st June 3 clients have the same postcode all three should be given the same run number. i.e Run1, then the next set of postcodes need to be run2
Is this possible? If so how do i go about doing it?
Many Thanks
I have a table of our customer orders which contains the following fields:
Client Code
Client Name
Output
Date
Count
Post Code (Ascending)
Run No.
Different clients share the same post code so what i would like to do is on each date, every client that shares the same postcode should be given the same run No. Then at each change in post code the run no. is to increase by 1.
so if on the 1st June 3 clients have the same postcode all three should be given the same run number. i.e Run1, then the next set of postcodes need to be run2
Is this possible? If so how do i go about doing it?
Many Thanks