daisypolly
Programmer
HI,
I am trying to make a query that will show how many due application are there for persons and to find that out I have to put some conditions for example the date should be greater than 2001/01/01 and the field act_type='DED' other restrictions which i know how to do and am doing them in the query below the problem that is occuring is that there are lot of repeating of the same name and I want the name to appear only once then the data for that person appears and then the next persons starts I thought i could this by using group by at the end for example GROUP BY EXAMINER at the end but that does not work please if some one can help me it will so much appreciated.What it looks like now is this:
"SELECT EXAMINER,APPLN,SUBCLASS,SECTION1,ACT_DATE FROM NEWLAW1.DBF WHERE ACT_TYPE='DED' AND SECTION1='E5' AND ACT_DATE>= #2001/01/01# AND EX_DATE1 IS NOT NULL ORDER BY EXAMINER ;
Thanks Daisy
I am trying to make a query that will show how many due application are there for persons and to find that out I have to put some conditions for example the date should be greater than 2001/01/01 and the field act_type='DED' other restrictions which i know how to do and am doing them in the query below the problem that is occuring is that there are lot of repeating of the same name and I want the name to appear only once then the data for that person appears and then the next persons starts I thought i could this by using group by at the end for example GROUP BY EXAMINER at the end but that does not work please if some one can help me it will so much appreciated.What it looks like now is this:
"SELECT EXAMINER,APPLN,SUBCLASS,SECTION1,ACT_DATE FROM NEWLAW1.DBF WHERE ACT_TYPE='DED' AND SECTION1='E5' AND ACT_DATE>= #2001/01/01# AND EX_DATE1 IS NOT NULL ORDER BY EXAMINER ;
Thanks Daisy