A
ArkRoyal
I am the Treasurer for my local Church. I have 2 forms: CashBook, and
BankDetails. The BankDetails form has a SubForm "Cheque(Check)Details".
When I receive cheques(checks) from the congregation, I enter the quantity
and total Value in the cash book. I have used code in the afterupdate event
in the Quantity field to open the BankDetails Form so that I can record the
details of the Cheque. ie bank name, value, cheque serial number and date
received in the ChequeDetails subform.
I use the docmd.gotorecord method to select the name of the Bank. This is
within a select - next loop so that I can enter details of all Cheques
without going out of the BankDetails form
My problem now is what code do I use to jump to a new record in the subform,
so that the date received is entered automatically.
Thank you and Regards
BankDetails. The BankDetails form has a SubForm "Cheque(Check)Details".
When I receive cheques(checks) from the congregation, I enter the quantity
and total Value in the cash book. I have used code in the afterupdate event
in the Quantity field to open the BankDetails Form so that I can record the
details of the Cheque. ie bank name, value, cheque serial number and date
received in the ChequeDetails subform.
I use the docmd.gotorecord method to select the name of the Bank. This is
within a select - next loop so that I can enter details of all Cheques
without going out of the BankDetails form
My problem now is what code do I use to jump to a new record in the subform,
so that the date received is entered automatically.
Thank you and Regards