Posted: Wed Jan 09, 2008 6:40 am
Public Structure Pay
Public IDNumber As String
Public PayrollDate As DateTime
Public GrossPay As Single
Public WithholdingTaxes As Single
Public FICA As Single
Public NetPay As Single
End Structure
Public IDNumber As String
Public PayrollDate As DateTime
Public GrossPay As Single
Public WithholdingTaxes As Single
Public FICA As Single
Public NetPay As Single
End Structure