Hi,
I am trying to run formula field a query to produce a particular date:
[Date]: IIf([Document_Number]=1,"03 Jan 07")
When I try to develop the formula further:
[Date]: IIf([Document_Number]=1,"03 Jan 07"),(Document_Number]=2,"23 Aug 07")) etc...
A syntax error formula appears.
Can...