G
Guest
Hi, I want a field to automatically fill in depending upon a selection made
by the user.
If they choose 'High' 7 days is added to the duebydate, if medium is
selected 14 days is added etc.
If Other is chosen, it lets the user input a date, but it will not let me do
this.
The expression I have used is below.
=IIf([priority]='High',[datereceived]+7,IIf([priority]='Other',[duebydate],IIf([priority]='Medium',[datereceived]+14,IIf([priority]='Low',[datereceived]+30,Null))))
Any help would be appreciated.
by the user.
If they choose 'High' 7 days is added to the duebydate, if medium is
selected 14 days is added etc.
If Other is chosen, it lets the user input a date, but it will not let me do
this.
The expression I have used is below.
=IIf([priority]='High',[datereceived]+7,IIf([priority]='Other',[duebydate],IIf([priority]='Medium',[datereceived]+14,IIf([priority]='Low',[datereceived]+30,Null))))
Any help would be appreciated.