this is flipping the date for me, but i want to include /'s in normal mm/dd/yy
if len({OEORH1.OHFL01}) = 6 then
// {OEORH1.OHFL01} yymmdd to mmddyy
Mid (CStr ({OEORH1.OHFL01}),3 ,2 ) & Mid (CStr ({OEORH1.OHFL01}),5 ,2 ) & Mid (CStr ({OEORH1.OHFL01}),1 ,2 )