View Single Post
  #1  
Old August 29th, 2004, 07:19 PM
external usenet poster
 
Posts: n/a
Default Computing a Date in a Form

In a form I want the user to enter a follow up time,
i.e., 1 week, 1 month, 3 months, etc. Based on that
response I want to store an actual date based on today's
date plus whatever was chosen as the follow up timeframe,
1 week would be today + 7. How do I do that?