I have a form with a text box (SSNInput). I want the user to enter his or her SSN then click an icon to bring up data on that person. Note: The form data is not accessible to the user. I want the SSNInput to pull up the record with the SSN that's already in the table.
I'm trying to write a FindRecord command without success.
DoCmd.FindRecord , Me.SSN=Me.SSNInput, acEntire, , acSearchAll, , acAll
I'm trying to write a FindRecord command without success.
DoCmd.FindRecord , Me.SSN=Me.SSNInput, acEntire, , acSearchAll, , acAll