Ok I've read through some other questions on this one and I'm just being particularly dense because I can't seem to figure out how to do this.
Ok some background I've inherrited an Access database that is not ideally set up but it is ok. I keep track of continuing education for lawyers on it.
I have made a report that tracks all the points through a specific time frame. Now many times we know the attorney has taken a class and how many points it is worth but we don't have the certificate proving they attended yet. I've writen my report so that at the report footer it sums all the different points tehy have earned. But I don't want it to sum all of them I only want it to sum the ones that I have a certificate for.
I tried writing this:
IIf([CERTIFICATE ON FILE]=True =Sum([blah blah blah)]
but it tells me basically I need something between the True and =Sum which I would like to be a than. I know how to have it just give me the ones I have a Certificate on but I want to see all the ones in the system between the 2 dates but only the totals for the ones with a cert.
I hope I haven't thoroughly confused the issue. Please help!!
Ok some background I've inherrited an Access database that is not ideally set up but it is ok. I keep track of continuing education for lawyers on it.
I have made a report that tracks all the points through a specific time frame. Now many times we know the attorney has taken a class and how many points it is worth but we don't have the certificate proving they attended yet. I've writen my report so that at the report footer it sums all the different points tehy have earned. But I don't want it to sum all of them I only want it to sum the ones that I have a certificate for.
I tried writing this:
IIf([CERTIFICATE ON FILE]=True =Sum([blah blah blah)]
but it tells me basically I need something between the True and =Sum which I would like to be a than. I know how to have it just give me the ones I have a Certificate on but I want to see all the ones in the system between the 2 dates but only the totals for the ones with a cert.
I hope I haven't thoroughly confused the issue. Please help!!
Comment