Normal Topic Programming Help (Read 478 times)
Innovative_Michele
Member
*
Offline


No personal text

Posts: 1
Joined: Jun 18th, 2004
Programming Help
Jun 18th, 2004 at 7:17pm
Print Post Print Post  
I don't know where to being...

My form consists of a field called Date Required and a separate field called Inspector Due Date. I'd like to use the Inspector Due Date field to subtract 5 days from the Date Required. I was told to use Basic but I am not familiar with it. Can anyone offer some help? Thanks in advance!

  
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: Programming Help
Reply #1 - Jun 18th, 2004 at 7:36pm
Print Post Print Post  
Quote:
My form consists of a field called Date Required and a separate field called Inspector Due Date. I'd like to use the Inspector Due Date field to subtract 5 days from the Date Required.



Date Required:                      Inspector Due Date:

On Element Exit event (in "Date Required")

Inspector Due Date = Date Required - 5

----------------------
Both the Fields should be -  Date type fields
=============

As a matter of good practice, please do not use white space in the element name.  This will prevent you from having problems down the road.

  
Back to top
 
IP Logged