Quantcast
Channel: Microsoft Dynamics GP
Viewing all articles
Browse latest Browse all 59474

Forum Post: RE: Default Federal Filing Status to 'Single'

$
0
0

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


Viewing all articles
Browse latest Browse all 59474

Trending Articles