I have a field that contains data like this.
1
1a
1b
2
2a
3
3a
3b
3c
etc... I need a DMax statement that will find the highest value of a series, then add the next alpha to it. For instance if I had a 3, the next value would be 3d, if it's 1 then it would be 1c. The Table is called called tblChecks and the field is ChkAlias. Any help appreciated.
Thanks
DSTR3
1
1a
1b
2
2a
3
3a
3b
3c
etc... I need a DMax statement that will find the highest value of a series, then add the next alpha to it. For instance if I had a 3, the next value would be 3d, if it's 1 then it would be 1c. The Table is called called tblChecks and the field is ChkAlias. Any help appreciated.
Thanks
DSTR3