Hi
So i have all dates fields set as text fields within Acess, so its format is like yyyy-mm-dd-hh-mm.000000 etc. I can use Left(date,10) to get YYYY-MM-DD, i can live with this rather than DD-MM-YYY.
MY issue now is i need to be able to add a number (leadtime) to this date, but it doesnt...