paul.clarke
Registered User.
- Local time
- Today, 01:30
- Joined
- Mar 13, 2009
- Messages
- 51
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 like it.
How can i resolve this? I've tried all sorts of formatting the date via properties, using cdate, even left,mid,right etc to get format i like, but whatever i do, i still can not for the life of me get a made up field within a query to day date (being text) + leadtime (being a number)
pppppplease.. any suggestions?
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 like it.
How can i resolve this? I've tried all sorts of formatting the date via properties, using cdate, even left,mid,right etc to get format i like, but whatever i do, i still can not for the life of me get a made up field within a query to day date (being text) + leadtime (being a number)
pppppplease.. any suggestions?