I am trying to make a form that will take a number typed into a text box, and calculate the applicable taxes. The rate changes every year, and the information is stored in a table (beginning date, end date, int rate for that year). It would involve for say 3/21/02, calculating 365 - that date and multiplying by that years rate, adding 2003 * 2003 rate, etc.. just like regular taxes are calculated. Any ideas? I am stumped 
