gusbrunston
Programmer
As they say, "Fools rush in where angels fear to tread." (At least they say that to me.)
I've a table with records of "Checks".
I've another table with a list of "Deposits" (based on a table called "DepositDetails".
I need to create a report (?) as a "Register".
The checks are not a problem--one check, one record.
The deposits have merely an autonumber and a date.
The depositAmount (I suppose) must be calculated from the "depositDetails" (identified with the deposits autonumber key).
I have successfully saved the depositAmount in the input form with =[frmDepositDetails Subform].Form!DepositSum as the control source.
Can anyone steer me getting toward getting this value in a table or query to include in a check register (table or query?)
I'll be grateful for as long as I live, and who knows...maybe longer than that.
Gus Brunston
An old PICKer
padregus@home.com
I've a table with records of "Checks".
I've another table with a list of "Deposits" (based on a table called "DepositDetails".
I need to create a report (?) as a "Register".
The checks are not a problem--one check, one record.
The deposits have merely an autonumber and a date.
The depositAmount (I suppose) must be calculated from the "depositDetails" (identified with the deposits autonumber key).
I have successfully saved the depositAmount in the input form with =[frmDepositDetails Subform].Form!DepositSum as the control source.
Can anyone steer me getting toward getting this value in a table or query to include in a check register (table or query?)
I'll be grateful for as long as I live, and who knows...maybe longer than that.
Gus Brunston
An old PICKer
padregus@home.com