Action:
User keys data into a Form Control which triggers a VBA event procedure call.
The VBA event uses value of user input to perform several calculations. Result
of each calculation in then placed into proper control (me.NumA = result1
me.NumB = result2....) during the VBA call.
Problem:
Values for calculated controls (NumA, NumB..) do not display on form
in their designated places. Please note that the controls containing the calculated fiels are coded as NOT enabled (but visible).
I know the values are properly placed into table because if I reprocess form all the previous calculated data displays correctly (before user even has a chance to perform any entry action)
Any help is highly appreciated...jnh
User keys data into a Form Control which triggers a VBA event procedure call.
The VBA event uses value of user input to perform several calculations. Result
of each calculation in then placed into proper control (me.NumA = result1
me.NumB = result2....) during the VBA call.
Problem:
Values for calculated controls (NumA, NumB..) do not display on form
in their designated places. Please note that the controls containing the calculated fiels are coded as NOT enabled (but visible).
I know the values are properly placed into table because if I reprocess form all the previous calculated data displays correctly (before user even has a chance to perform any entry action)
Any help is highly appreciated...jnh