I am trying to set the control source for a field on the subforms footer and need help. It needs to be in the footer as it is a totals calculation of a continuous form.
So far I have the below code....
I also need to be able to change the control backcolor on the form footer.
I know this is wrong as it does not work... could someone please help me acheive what I need.. Thanks in advance.
Neemi
So far I have the below code....
Code:
Me.subform.formfooter.Controls("SumCol" & i).ControlSource = some calculation
I also need to be able to change the control backcolor on the form footer.
I know this is wrong as it does not work... could someone please help me acheive what I need.. Thanks in advance.
Neemi