G
Guest
Hi,
I have a combo box containing a list of construction types. In it's table,
there is a corresponding column with the number of days required to process
each construction type. IE: it takes 5 days to process a shed, so, column one
is "shed" and column two is "5".
In my Form, I have a "date submitted" control, and a "date due".
Is there a way that when I select "shed" from my drop down list, it
automatically calculates from the date sumitted control, what the due date
is? IE: User would enter the submitted date, select "shed" from the drop
down list, and the due date would automatically calculate the submit date + 5
(b/c it takes 5 days to process, and it gets this value from the table
mentioned earlier).
How can this be done?
Thanks,
barkaroo
I have a combo box containing a list of construction types. In it's table,
there is a corresponding column with the number of days required to process
each construction type. IE: it takes 5 days to process a shed, so, column one
is "shed" and column two is "5".
In my Form, I have a "date submitted" control, and a "date due".
Is there a way that when I select "shed" from my drop down list, it
automatically calculates from the date sumitted control, what the due date
is? IE: User would enter the submitted date, select "shed" from the drop
down list, and the due date would automatically calculate the submit date + 5
(b/c it takes 5 days to process, and it gets this value from the table
mentioned earlier).
How can this be done?
Thanks,
barkaroo