Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Brandon,
You may get rid of that leading "1" in the Date#() and set the Date() to display 'DD-MM-YYYY' instead:
Date(Date#(Right(mrsdtc, 6), 'YYMMDD'), 'DD-MM-YYYY') AS "MO Date"
Hope that helps.
Miguel
Hi Brandon,
You may get rid of that leading "1" in the Date#() and set the Date() to display 'DD-MM-YYYY' instead:
Date(Date#(Right(mrsdtc, 6), 'YYMMDD'), 'DD-MM-YYYY') AS "MO Date"
Hope that helps.
Miguel