Maybe try from scratch. Put an unbound combo box on your form. In the Row Source Type, select table/query and in Row Source, type: SELECT [tblYourTable].[SSAN] FROM tblYourTable;
Then, in the AfterUpdate event, I hace this code:
Private Sub cboSSAN_AfterUpdate()
' Find the record...