I have gone to great lengths to get my tax table working with something like 10,000 zip codes (and yes, I know that taxes are not determined by zip code, at least in California, but what else can be done.)
The table worked great, until, I signed up and got the USPS address verification service which automatically appends the "+ 4" zip code portion to the zip code. (ie, I have "91511" as a zip code, but the US Postal Service validates and appends something like "91511+1234", and that is not handled by the table.
Now the tax table won't work because it has issues with the "+4" portion.
Is there a wildcard or something I can run a sql script to update the table to work somehow?
I don't have the source code, but think this should be corrected. Even if just by doing a sql fix (i.e., "left 5 characters only" lookup to the tax table)
Any help is graciously welcome ,
Charlie