G
Guest
Checkbox name is count and command button name is Update. When I click the
command button I want the checkbox to = true. I have tried these two things
and both tell me the the form is read only. Can someone please give me the
correct code?
update_on click
me.count = true
update_on click
if me.count = false then
me.count = true
else
me.count = false
end if
command button I want the checkbox to = true. I have tried these two things
and both tell me the the form is read only. Can someone please give me the
correct code?
update_on click
me.count = true
update_on click
if me.count = false then
me.count = true
else
me.count = false
end if