C
Chad Allen
Here is my situation I have a database on Access 97 in
which there is a check box on my form. I also have a memo
field on my form. Now, what I want to do is when data is
entered in the memo field then it will automatically check
the check box. And if the memo field is changed and all
data is deleted from it (null) then the check box will
uncheck.
I was trying to use the SetValue function in a macro to
set the value of the checkbox field [e] to 0 (=unchecked)
or -1 (=checked) depending on if the memo field [except]
had data or was null. I haven't had any luck. Any
suggestions?
which there is a check box on my form. I also have a memo
field on my form. Now, what I want to do is when data is
entered in the memo field then it will automatically check
the check box. And if the memo field is changed and all
data is deleted from it (null) then the check box will
uncheck.
I was trying to use the SetValue function in a macro to
set the value of the checkbox field [e] to 0 (=unchecked)
or -1 (=checked) depending on if the memo field [except]
had data or was null. I haven't had any luck. Any
suggestions?