Ok I am pretty new to access and was given a large database to work on with a prior developer leaving the company. I have a field named: Demand Date that comes over from a linked table in text format (ex. 1152009). While working in my select query I need to convert this to a date format (mm/dd/yyyy) to subtract another date field from this date and determine if a new demand is needed.
I have read some things over the past few hours on CDate, DateSerial but not sure how to put these in my select query and I continue to get compile errors when I try..
Any help would be huge just cannot seem to figure this out.
I have read some things over the past few hours on CDate, DateSerial but not sure how to put these in my select query and I continue to get compile errors when I try..
Any help would be huge just cannot seem to figure this out.