I have a subform (clinttrans) that i use to enter checks cashed by clients into. This data resides on the 'clienttrans' table. Occasionally a check is returned from the bank and column (returndate) is poulated with the current date by the user.
I am trying to have the report pull all returned checks for a given month, for all clients, and place the month designation on the report (April).
I am new to Access and need descriptive help on:
1. How to get a 'Month' prompt before runing the report, that will only pull reports for the variable entered.
2. How to get the 'Month' to show in the upper right corner of the report (i.e 'April')
I have been able to get all checks with a date in the 'retchk' field to show up, but cannot figure out how limit the results.
Table (clienttrans)
check#
amount
date
enteredby
retchk
retdate
Thanks in advance
I am trying to have the report pull all returned checks for a given month, for all clients, and place the month designation on the report (April).
I am new to Access and need descriptive help on:
1. How to get a 'Month' prompt before runing the report, that will only pull reports for the variable entered.
2. How to get the 'Month' to show in the upper right corner of the report (i.e 'April')
I have been able to get all checks with a date in the 'retchk' field to show up, but cannot figure out how limit the results.
Table (clienttrans)
check#
amount
date
enteredby
retchk
retdate
Thanks in advance