Washington state recently switched to "destination based" sales tax, and I would like to update my database program to access the current rate for a location using their web service. For example, if I enter the following link in my browser:
http://dor.wa.gov/AddressRates.aspx?...ity=&zip=98607
It returns the rate for that location as well as a variety of additional stats.
Is there a way to retrieve this information programmatically with PowerBASIC, preferably saving it to a string variable I can parse easily?
Thanks,
Anthony
http://dor.wa.gov/AddressRates.aspx?...ity=&zip=98607
It returns the rate for that location as well as a variety of additional stats.
Is there a way to retrieve this information programmatically with PowerBASIC, preferably saving it to a string variable I can parse easily?
Thanks,
Anthony
Comment