dbfNeophyte
MIS
I need to Increment a count based on the test date (CLTESTDATE) for each Test Type Code (CLTESTTYPECD) with the oldest date being 1, the next oldest 2 and so on. The count for each person tested should never exceed 6 or 7, also the count needs to populate to a new field in the query. I will combine the Test Type Code and the Count together for later use in other queries and reports and I know how to do that, its the incrementation of the numbers that looses me. Here is the SQL from my current query. SELECT [*LitNum].NAME, [*LitNum].CLTESTDATE, [*LitNum].CLTESTSCORE, [*LitNum].CLTESTTYPECD
FROM [*LitNum];
Thanks, Virgil
FROM [*LitNum];
Thanks, Virgil