Is it possible to truncate the tax ID # on the 1099 Copy B Form?
Thanks,
Chuck Otis
Winxnet
*This post is locked for comments
Thanks Brian!
The 1099 report is not a multi-part form, so a new report "1099 part B" can be used when printing the part B copy to be sent out to vendors. Copy the standard 03740L report, save it as a new user report (03740Mask). Add the new report format for this screen in Report Control Maintenance. Create a new formula in Crystal - I called it TINMask. Replace the default TIN with the TINMask field.
//Mask TaxID, print only last 4 digits
"xxx-xx-" & right ({vs_1099Info.TIN},4 )
Thanks Brian. Wouldn't that truncate the tax ID on all the forms?
You can use that field in a Crystal formula, masking the field to only keep the digits wanted, and print the formula in place of the SL data field.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156