Auto-Calculate on Forms

aliasquark

Registered User.
Local time
Today, 03:34
Joined
Dec 2, 2002
Messages
14
I have a form in which users select a bunch of products, the form does a running total of costs and it then gets printed as a report

The problem being that if the user doesn't press F9 (calculate) after entering the last product, then this products cost doesn't get included in the calculation.

I was wondering if there was a way using Macros, or straight VB programming which simulates the user pressing F9 (i.e. calcuate the form) which i would include a step befor the values are sent to the report.

Thankyou.

Q.
 

Users who are viewing this thread

Back
Top Bottom