Search results

  1. S

    search by SSN

    Thanks for that. 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. Thank for pointing me in the right direction.
  2. S

    search by SSN

    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. can some help please
  3. S

    Check a table for an existing SSN

    Thanks Paul. I'll have a play around with it. cheers.
  4. S

    Check a table for an existing SSN

    Im having a litle difficulty with the last few lines in the code. maily the last Mgsbox and VbYesNo Private Sub PrpSSN_AfterUpdate() Dim strRecordOwner As String Dim vntWhoGotIt vntWhoGotIt = DLookup("[ClientID]", "tblreferrals", "[ClientSSN]='" & Me.PrpSSN & "'") If Not IsNull(vntWhoGotIt)...
Back
Top Bottom