P
paul
Hi,
In my Access 2000 application, I have an query result
form to display student test result, so it will list all
the class he/she attended during an period of time. On the
form, I have an count field (text box)to count how many
class pass or fail, in the control source I use DCount
funtion, it will work fine.
But I don't like the perfermance, so how can I put a SQL
statement to get the same result? I tried this:
select count(*) FROM qryName WHERE Pass_Fail="PASS", but
won't work.
Thanks for your help.
In my Access 2000 application, I have an query result
form to display student test result, so it will list all
the class he/she attended during an period of time. On the
form, I have an count field (text box)to count how many
class pass or fail, in the control source I use DCount
funtion, it will work fine.
But I don't like the perfermance, so how can I put a SQL
statement to get the same result? I tried this:
select count(*) FROM qryName WHERE Pass_Fail="PASS", but
won't work.
Thanks for your help.