Hello,
I have a form DailyDrawRecon that is based on a qry (DailyRevenue) that I am creating to get rid of an excel spreadsheet used to reconcile cash drawers at the end of the buisness day. The qry prompts the user for the buisness date and the drawer user name prior to generating the form. I am almost done, however, I cannot figure out how to sum and count the transactions by Payment Type (cash, money order, credit card, ATM)? I have used Count and Sum before, but only to total all the records.
Can I put the calculation box on the form header? The form detail section lists all transactions in receipt order.
The types are as follows:
PaymentDate - Date/Time
PaymentType - Text
Amount Paid - Currency
From what I have read, DSUM and DCOUNT are what I need, but I am not getting very far with them. The transactions are stored in tbl MoneyCard.
Help ! and Thanks
I have a form DailyDrawRecon that is based on a qry (DailyRevenue) that I am creating to get rid of an excel spreadsheet used to reconcile cash drawers at the end of the buisness day. The qry prompts the user for the buisness date and the drawer user name prior to generating the form. I am almost done, however, I cannot figure out how to sum and count the transactions by Payment Type (cash, money order, credit card, ATM)? I have used Count and Sum before, but only to total all the records.
Can I put the calculation box on the form header? The form detail section lists all transactions in receipt order.
The types are as follows:
PaymentDate - Date/Time
PaymentType - Text
Amount Paid - Currency
From what I have read, DSUM and DCOUNT are what I need, but I am not getting very far with them. The transactions are stored in tbl MoneyCard.
Help ! and Thanks