C
C Tate
I have a main form with two linked subforms (very like the customer order
form in Northwind 2003). In the footer of the main form is a control which
calculates the amounts entered in one of the subforms to provide an overall
total. It reads =dsum("[funding]","Query1","[siteahid] =" & [siteahid]).
Unfortunately the total won't update unless I scroll to another record.
I have been told on this formum to use recalc. However, I am not sure how to
get it to work at all.
Do I have to put the recalc function on the main form (perhaps in the
afterupdate event) or where? How exactly do I get my calculated control to
update?
Any clear advice (idiot style!) much appreciated.
form in Northwind 2003). In the footer of the main form is a control which
calculates the amounts entered in one of the subforms to provide an overall
total. It reads =dsum("[funding]","Query1","[siteahid] =" & [siteahid]).
Unfortunately the total won't update unless I scroll to another record.
I have been told on this formum to use recalc. However, I am not sure how to
get it to work at all.
Do I have to put the recalc function on the main form (perhaps in the
afterupdate event) or where? How exactly do I get my calculated control to
update?
Any clear advice (idiot style!) much appreciated.