Hi Friends,
When we print 1099 for vendor, vendor address becomes a problem, in Tax1099IRSPayerRec table, MailingAddress field only holds 40 chars, which it will hold 'address1' and 'address2'.
Most vendors are fine, but, some are not. The field has ExtendedDataType of 'Tax1099Street', which is only 40 chars.
I don't know why Microsoft makes it only 40 chars, it is obvious not sufficient.
Anyway, what's best practice to enlarge the 'MailingAddress' field in 'Tax1099IRSPayerRec' table? Since this data type is used in many tables, if I extend data type, that seems to me it's over kill.