deadcalm
If you are just using your form to view one file at a time,
the DLookUp function might work.
In your 'LastName' text box in Control Source enter something like this;
=DLookUp("[LastName]","[NameOfTableWhereLastNameLives]","Form.[SS#]=[SS#]")
The DLookUp will look in the Table under...