Affichage des articles dont le libellé est Problem with text box value in form. Afficher tous les articles
Affichage des articles dont le libellé est Problem with text box value in form. Afficher tous les articles

Problem with text box value in form

mercredi 8 avril 2015

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


Code:



=Forms![FirstForm]![Counter]


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 counter


Code:



if counter.value = 1 then

solo.visible = true

end if



Please Help Me.

Problem with text box value in form

Labels