Hi PH,
Yes, having the correct wording for the search made all the difference. Here is what I have curretnly SELECT A.NAME, A.CLTESTTYPECD, A.CLTESTDATE, (SELECT Count(*) FROM tblNUMLitTesting WHERE NAME =A.NAME and CLTESTDATE<=A.CLTESTDATE)-1 AS RANK
FROM tblNUMLitTesting AS A
GROUP BY...
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...
Hello Rick;
Yes! This works very well. I am going to have to take some time with this to develop an understanding of the differences in what you are doing and what I did. Your approach makes much more sense. Thank you very much for your time and effort.
Virgil
Hi Rick:
I have attempted including the SQL you sent, however my SQL skills are lacking and I could not get it to work. Also, I did not mention in my last reply, I am running Access 2000. Thanks for any help you can offer and for the link you sent.
Virgil (dbfNeophyte)
Hi Rick:
I appoligize for the lack of information and will try your approach today as time permits.
Here is the SQL for my query:
SELECT DISTINCT qryYYHSDipGEDAttain.KEY_CLT, qryYYHSDipGEDAttain.CLDO, qryYYHSDipGEDAttain.CLCOUNSID, qryYYHSDipGEDAttain.CLLASTNAME, qryYYHSDipGEDAttain.CLFIRSTNAME...
I am running a query against my data and want to drop all records that are associated with an outcome of 413 (see example below)
Client Title Outcomes
Joe Smith 1B 413, 315, 412
Jane Jones 1B 315, 412
In the example above, I would not want Joe Smith to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.