Hi,
I am looking to find out how to create code to make a command button affect the value of 1 field in a table for EVERY record rather than just the one being shown. I have a field called BALANCE that I would like to be increased for every record when a command button is clicked on the form (or a different form), the value to be used to increase BALANCE for each record is taken from a field called SUBSCRIPTIONS on the same form.
E.g. Credit_OnClick()
BALANCE = SUBSCRIPTIONS
End Sub
If anyone has any ideas I'd be grateful.
Thanks, Viv
I am looking to find out how to create code to make a command button affect the value of 1 field in a table for EVERY record rather than just the one being shown. I have a field called BALANCE that I would like to be increased for every record when a command button is clicked on the form (or a different form), the value to be used to increase BALANCE for each record is taken from a field called SUBSCRIPTIONS on the same form.
E.g. Credit_OnClick()
BALANCE = SUBSCRIPTIONS
End Sub
If anyone has any ideas I'd be grateful.
Thanks, Viv