M
mattc66 via AccessMonster.com
I have used the below in a query just fine. To format data that comes in text
from a legacy system. The text is formated YYMMDD.
cdate(mid(yymmdd,3,2) & "/" & right(yymmdd,2) & "/" & left(yymmdd,2))
What I would like to do is use the same syntax in a form's control source
using the Expression Builder. When I do that I get Error# in the box.
Help...
from a legacy system. The text is formated YYMMDD.
cdate(mid(yymmdd,3,2) & "/" & right(yymmdd,2) & "/" & left(yymmdd,2))
What I would like to do is use the same syntax in a form's control source
using the Expression Builder. When I do that I get Error# in the box.
Help...