Hello all--I've got a query where the date in the tables is this format yyyymmdd and I'm trying to change it to mm/dd/yyyy. I have successfully been able to do this for several dates in the PPOLC table by using the CDate function, for example, Issue Date: CDate(Mid(dbo_G_PPOLC!ISSUE_DATE,5,2) &...