gusbrunston
Programmer
[tt]
After some years struggling for this I finally learned how to get the 12 character text string for the pay fields in the file of 1099s for submission to the IRS at Martinsburg (due Mar 31, by the way). I put the following field in my query:
[tt]
Gus Brunston
www.thefirstnationalnetwork.com[/tt]
After some years struggling for this I finally learned how to get the 12 character text string for the pay fields in the file of 1099s for submission to the IRS at Martinsburg (due Mar 31, by the way). I put the following field in my query:
Code:
Rents:Right$("000000000000"&Sum(Str([sumofdepositamount]*100)),12)
[tt]
Gus Brunston
www.thefirstnationalnetwork.com[/tt]