I have a text box on a search form where a user can enter the SSN. The user clicks a button and I want it to open the another forms that has the record.
Im getting a blank form when I hit the button. Im not getting the record show up. What am i doing wrong I said to myself. tried adding acNormal, , "[ClientID] = " & Me.txtEntry and it worked fine.
I dont suppose you know how to make a button visible after the 12 digits have been typed in.
Im using this imput mask and as the last digit is clicked I want the
command button to be visible. I have set the command button to invisible on open on the forms properties
000\-000\-000\-000;;_
I done this before but it was on another DB and I cant remember which one it was. I will need a little prompting.