In an access query I am trying to concatenate the year from one field onto a set day/month.
Here is where I'm at:
ExpirationDate: IIf([expire-dt]>#08/31/2009#,("8/31/" & [xyear]),8/31/2009)
The ("8/31/" & [xyear]) part should result like 8/31/2014 as an example. [xyear] is a four digit year.
I'll apreciate any help.
Thanks - AnderJ86
Access 2002 SP3
Here is where I'm at:
ExpirationDate: IIf([expire-dt]>#08/31/2009#,("8/31/" & [xyear]),8/31/2009)
The ("8/31/" & [xyear]) part should result like 8/31/2014 as an example. [xyear] is a four digit year.
I'll apreciate any help.
Thanks - AnderJ86
Access 2002 SP3
Comment