T
Tony Girgenti
I'm trying to add a number of months to a table date (stored as TEXT,
YYYYMMDD) and format it as MM/DD/YY into a report text box. I used the
following in the control source, but it only appears as "#ERROR" on the
report.
Any help to accomplish this would be greatly appreciated.
Thanks,
Tony
=DateAdd("m",[PS_CTL!RGY_NO_OF_PURCH_MTHS],Format(Mid$([PS_RGY!EVENT_DAT],5,
2) & "/" & Mid$([PS_RGY!EVENT_DAT],7,2) & "/" &
Mid$([PS_RGY!EVENT_DAT],3,2),"mmddyy"))
YYYYMMDD) and format it as MM/DD/YY into a report text box. I used the
following in the control source, but it only appears as "#ERROR" on the
report.
Any help to accomplish this would be greatly appreciated.
Thanks,
Tony
=DateAdd("m",[PS_CTL!RGY_NO_OF_PURCH_MTHS],Format(Mid$([PS_RGY!EVENT_DAT],5,
2) & "/" & Mid$([PS_RGY!EVENT_DAT],7,2) & "/" &
Mid$([PS_RGY!EVENT_DAT],3,2),"mmddyy"))