noviceNate
04-11-2003, 03:21 PM
I have a form where people can request a project from me. On the form are two fields, due date and request date. I ask for 10 business days to turn any project around. I'd like to be able to...
1. first calculate the number of BUSINESS (monday - Friday) days there are between the due date and request date.
2. If that number is below 10, prompt a message basically saying that I may not be able to get their project done.
3. Ask them to confirm their order even with this warning message.
4. If they say Yes to the confirmation, then the form continues on. If they say No, then the form submission stops and I do not receive the submission.
Any ideas on how I can do this? If you could provide the calculation code, I'd appreciate it!
thanks
1. first calculate the number of BUSINESS (monday - Friday) days there are between the due date and request date.
2. If that number is below 10, prompt a message basically saying that I may not be able to get their project done.
3. Ask them to confirm their order even with this warning message.
4. If they say Yes to the confirmation, then the form continues on. If they say No, then the form submission stops and I do not receive the submission.
Any ideas on how I can do this? If you could provide the calculation code, I'd appreciate it!
thanks