A
aubrey
Hi ,
I have two fields, "Close Date" and "Distribution Date."
I would like to have Closed Date default, to whatever date is in
Distribution Date, if there is a date in Distribution Date, but if there is
no date in Distribution Date, I would like to be able to manually enter a
date in the Close Date field.
I currently have an express in the Close Date field:
-ClosedDate: IIf([DistributionDate] Is Not Null,[DistributionDate])
This expression works to auto fill the Closed Date field if Distribution
Date is filled in but, it will not allow me to enter a date in Closed Date if
there is nothing in the Distribution Date.
I also tried:ClosedDate=DistributionDate, but this auto fills one filed if
data is in the other. The problem is that it is possible to have a Close Date
w/o a Distribution Date, but if there is a Distribution Date the Closed Date
will be the same.
Any help with this would be greatly appreciated,
I have two fields, "Close Date" and "Distribution Date."
I would like to have Closed Date default, to whatever date is in
Distribution Date, if there is a date in Distribution Date, but if there is
no date in Distribution Date, I would like to be able to manually enter a
date in the Close Date field.
I currently have an express in the Close Date field:
-ClosedDate: IIf([DistributionDate] Is Not Null,[DistributionDate])
This expression works to auto fill the Closed Date field if Distribution
Date is filled in but, it will not allow me to enter a date in Closed Date if
there is nothing in the Distribution Date.
I also tried:ClosedDate=DistributionDate, but this auto fills one filed if
data is in the other. The problem is that it is possible to have a Close Date
w/o a Distribution Date, but if there is a Distribution Date the Closed Date
will be the same.
Any help with this would be greatly appreciated,