I've created a Cheque Issuance Database which keeps track of all cheques issued for different programs that are running. My table contains the following info (program name, payee,check number, cheque date, cheque amount and status).
In my Form, I've created an Option Group for the Status so the user can select whether the cheque is Oustanding, Cleared or Voided.
In my Table:
1 represents Oustanding
2 represents Cleared
3 represents Voided
I'm trying to set up ONE report which will provide me a summary of the following information for each Program cheques have been issued for:
Total cheque Amount - Outstanding
Total cheque Amount - Cleared
Total cheque Amount - Voided
It's OK if I can do the report of one program at a time.
Help me on that one. I don't know where to begin. Can I use the Query Builder?
Thank you so much.