A
Access Idiot
Hi, i have a field for the open date on the purchase order, and the close
date, if the close date is blank I want it to say ON ORDER in the turnaround
time field, otherwise I want the amount of days between the dates. The
following code puts in ON ORDER when close date is blank, but does not
calculate the field when the close date is populated.
=IIf(([dtmdateclosed]=" "),"On Order",([dtmDateClosed]-[dtmDateOpen])/365)
Thanks for any help.
Todd
date, if the close date is blank I want it to say ON ORDER in the turnaround
time field, otherwise I want the amount of days between the dates. The
following code puts in ON ORDER when close date is blank, but does not
calculate the field when the close date is populated.
=IIf(([dtmdateclosed]=" "),"On Order",([dtmDateClosed]-[dtmDateOpen])/365)
Thanks for any help.
Todd