Field on form not refreshing until tab is switched (1 Viewer)

BJF

Registered User.
Local time
Today, 18:11
Joined
Feb 19, 2010
Messages
133
Hello Access Users,

I've got a form built on a tab control. The form is a sales order form with multiple tabs. One of the tabs is used to enter shipping information and cost. The problem I'm having is:
A field I have added to this tab which is a stored total of the sales order total plus the shipping charge is not showing up after I enter the shipping charge until I switch tabs and return back to the shipping tab.
It’s been a while since I’ve dealt with these refreshing problems. Will someone please remind me which event is happening when a tab control is switched so I can call it to trigger my field total?
Btw, the shipping information on that tab is a subform.

Thanks for any advice,
BJF
 

bob fitz

AWF VIP
Local time
Today, 22:11
Joined
May 23, 2011
Messages
4,717
Perhaps you could just use some refreshing code in the After UpDate event of the control in which you put the shipping charge data.
 

Users who are viewing this thread

Top Bottom