Hi there,
i am trying to do some vba or macro coding but keep getting errors. I want the following
If the button in my form is ticked then place in the textbox called "txtYes7" = "7"
i tried AfterUpdate on the Box:
please help.
Many thanks
i am trying to do some vba or macro coding but keep getting errors. I want the following
If the button in my form is ticked then place in the textbox called "txtYes7" = "7"
i tried AfterUpdate on the Box:
Code:
If me.check7 = yes then me.txtYes7 = "7"
please help.
Many thanks