E
eb1mom
I have a form with a check box named final and an embedded
signature JPG with visible property set to no. If the box
is checked I want the signature visible, not checked
signature is not visible. I am using following code.I have
inserted code many places on form. On click of the check
box, after update of the check box, on load of the form and
results are not good. If box is checked on any record,
signature is visible on all. What am I messing up on? Thanks
If final.Value = -1 Then Me.Signature.Visible = True
If final.Value = 0 Then Me.Signature.Visible = False
signature JPG with visible property set to no. If the box
is checked I want the signature visible, not checked
signature is not visible. I am using following code.I have
inserted code many places on form. On click of the check
box, after update of the check box, on load of the form and
results are not good. If box is checked on any record,
signature is visible on all. What am I messing up on? Thanks
If final.Value = -1 Then Me.Signature.Visible = True
If final.Value = 0 Then Me.Signature.Visible = False