View Single Post
  #2  
Old April 27th, 2008, 11:39 PM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default Refreshing a total on a form

Hi,
check out recalc in vba help.


Jeanette Cunningham


"C Tate" wrote in message
...
I have a main form with a couple of linked subforms on it. Also on this
form
is a textbox containing a dsum function which adds up some totals relating
to
the two subforms. The dsum function actually refers to a separate query in
the database. When I enter new data into the subforms the new total isn't
instantly reflected in the dsum function. I have to move to another record
then go back before the new total updates. Is there a way to change this
so
the new total is updated instantly?