Hello everyone,
I have a question about queries. On my report is there a way to add another query to the code below;
=DSum("[PAID]","registration query","[PAID]")
This adds the PAID field in the registration query. But what I'm trying to do is get this to subtract an amount from another query. Something like;
=DSum("[PAID]","registration query","[PAID])-("[NOTPAID]","registration notpaid","[NOTPAID]")
This is in the properites on a text box on the report.
Any assistance would be appreciated.
Thanks
KJ
I have a question about queries. On my report is there a way to add another query to the code below;
=DSum("[PAID]","registration query","[PAID]")
This adds the PAID field in the registration query. But what I'm trying to do is get this to subtract an amount from another query. Something like;
=DSum("[PAID]","registration query","[PAID])-("[NOTPAID]","registration notpaid","[NOTPAID]")
This is in the properites on a text box on the report.
Any assistance would be appreciated.
Thanks
KJ