I have a form with 4 text boxes. [frmPM]
StartDate - CS Bound to query from tblPM
MaxOfCompletionDate - CS Bound to query from tblPMTaskCompletion
DueDate - CS =DateAdd("d",[txtCount],[StartDate])
txtCount
What i am trying to achieve,
If StartDate has a date entered into it the DueDate will be =DateAdd("d",[txtCount],[StartDate])
If StartDate and MaxOfCompletionDate have dates in them then Duedate will be =DateAdd("d",[txtCount],[MaxOfCompletionDate]) I think this is correct?
How would i make this work?
Thanks.
StartDate - CS Bound to query from tblPM
MaxOfCompletionDate - CS Bound to query from tblPMTaskCompletion
DueDate - CS =DateAdd("d",[txtCount],[StartDate])
txtCount
What i am trying to achieve,
If StartDate has a date entered into it the DueDate will be =DateAdd("d",[txtCount],[StartDate])
If StartDate and MaxOfCompletionDate have dates in them then Duedate will be =DateAdd("d",[txtCount],[MaxOfCompletionDate]) I think this is correct?
How would i make this work?
Thanks.