Add this Window to Visual Basic and the add the field FederalFilingStatus to the project and go into Visual Basic editor and add this code. After you select the employee ID the status will default to Single.
Private Sub FederalFilingStatus_BeforeGotFocus(CancelLogic As Boolean)
FederalFilingStatus = 2
End Sub