C
CarlaInJax
I have the following fields in a form:
[date call received]
[work assigned to] (this is a drop down combo box)
[scheduled completion date]
If [date call received] is today, and [work assigned to] is John, James, Bob
or Chuck, I want the [scheduled completion date] field to auto populate with
a date that is 14 days from [date call received], but if [work assigned to]
is anyone other than John, James, Bob or Chuck, I do not want the [scheduled
completion date] field to be populated.
Can anyone tell me how I would write that into my form (not using VBA)?
Thanks.
[date call received]
[work assigned to] (this is a drop down combo box)
[scheduled completion date]
If [date call received] is today, and [work assigned to] is John, James, Bob
or Chuck, I want the [scheduled completion date] field to auto populate with
a date that is 14 days from [date call received], but if [work assigned to]
is anyone other than John, James, Bob or Chuck, I do not want the [scheduled
completion date] field to be populated.
Can anyone tell me how I would write that into my form (not using VBA)?
Thanks.