I have two forms where in first form i have options for second form. In first form i have a text box and its value is copied to second form using this code
but when i open second form using button in first form the vba message that counter value is empty. I used vba if code in second form on counterCode:=Forms![FirstForm]![Counter]
Please Help Me.Code:if counter.value = 1 then solo.visible = true end if