check box update

krishnanhemanth

Registered User.
Local time
Today, 14:13
Joined
Jun 12, 2009
Messages
115
hi all

i have a form which has got a lot of textbox that are calculated ( unbound )

i have a checkbox that need to be updated based on the value of a calculated textbox

i have tried the following
on form load
form open
form unload

none of this are working

please help

hemanth
 
Use the AfterUpdate event of the field that is manually keyed to update the check box.
 
thanks ghudson

the manual update field is in the subform

after i key in the value, the same value is used on the main form to perform calculations.
 

Users who are viewing this thread

Back
Top Bottom