JeffreyDavid
Registered User.
- Local time
- Today, 11:31
- Joined
- Dec 23, 2003
- Messages
- 63

I have a form with a text box, which auto-populates with the current date when a particular drop down box says 'Ordered'. I have another drop down box which I want to list a choice of ship dates, like 2 - 4 Weeks, 3 - 5 Weeks. I am having a problem listing the weeks in a drop down box as a Date data type, you are NOT allowed to have a '-' like '2 - 4 weeks'.
I want to be able to select say '2 - 4 Weeks' and have it add 4 weeks onto the Current Date text box and have it display in another text box.
Does anyone know what I mean?
Is this posible?