M
mattc66 via AccessMonster.com
Hi All,
I have 2 check boxes. If you check the box the on lick event adds text to a
memo field.
This issue is the last box checked text overrights the first. How would I add
the additional text without removing the first?
If me.ckbox1 = -1 then
me.memo1 = "TEXT 1"
end if
If me.ckbox2 = -1 then
me.memo1 = "TEXT 2"
end if
I have 2 check boxes. If you check the box the on lick event adds text to a
memo field.
This issue is the last box checked text overrights the first. How would I add
the additional text without removing the first?
If me.ckbox1 = -1 then
me.memo1 = "TEXT 1"
end if
If me.ckbox2 = -1 then
me.memo1 = "TEXT 2"
end if