krishnanhemanth
Registered User.
- Local time
- Today, 22:17
- Joined
- Jun 12, 2009
- Messages
- 115
hi
i have tried everything to set my checkbox value based on a textbox value
i have tried..
on form current
on form load
on textbox afterupdate
on checkbox on got focus
iam lost
where am i going wrong
the code i used is...
if me.totalqty = me.qty then
me.chkbox1.value = true
else
me.chkbox1.value = false
end if
qty is bound to a table
totalqty is unbound textbox and is a calculated textbox getting its value thru dsum
checkbox1 is bound to a table
the forms recorsource is from a query
all the data displayed on the form is from the query
please help
i have tried everything to set my checkbox value based on a textbox value
i have tried..
on form current
on form load
on textbox afterupdate
on checkbox on got focus
iam lost
where am i going wrong
the code i used is...
if me.totalqty = me.qty then
me.chkbox1.value = true
else
me.chkbox1.value = false
end if
qty is bound to a table
totalqty is unbound textbox and is a calculated textbox getting its value thru dsum
checkbox1 is bound to a table
the forms recorsource is from a query
all the data displayed on the form is from the query
please help