As you can see above, i have a form, with the subform which is the table 'Members'
The field 'printw' is the field i want to clear (un tick all the boxes) using command button 4,
but just dont know how or what VBA/macro to use.
Many Thanks
Alex
I have a form as you can see above. The TotalAmountPaid is a field in a table. When the member pays in some more money they type it in the AmountPaid text box.
I would like to be able to then add the AmountPaid to the TotalAmountPaid at the press of a button.
How would i do this (what code...
Hi, i have set up an attendance register system and want to work out the number of sessions each memeber has attended (total ticks in one row), i have managed to calculate the number of members in each session but not the other way round.
Alex