September 28, 200421 yr I can quite get a handle on this solution. The object is to take a date that is in a vendor form field (date of their approval as a vendor)subtract that date from "Today's" date (no problem there). And then if the number of days from the date field to today's date is 1 to 305 days, show result "A", if number of days (here's where I have the problem in the equation) is 306 to 335 days, show result "B", if the number of days is over 336 days, show result "C". I've tried case statements, if statements etc and can't seem to get htis working quite right. The problem area is the spanning the second part of the equation, proceeding through the third part before a result is displayed.
Create an account or sign in to comment