J
jmh via AccessMonster.com
I found this code and it works perfectly. What I want to do is when
[ckproducts1] is checked, the value for [txtproducts1] is "Grapes". However
if the user unchecks ckproducts1, then [txtproducts1] should be empty or null.
If ckproducts1 = -1 Then
[txtproducts1] = "Grapes"
End If
Thanks in advance.
[ckproducts1] is checked, the value for [txtproducts1] is "Grapes". However
if the user unchecks ckproducts1, then [txtproducts1] should be empty or null.
If ckproducts1 = -1 Then
[txtproducts1] = "Grapes"
End If
Thanks in advance.