I have an update query:
Query: DateExtractor
--------------------------------
Type: update query
Field: ProductionDate
Table: Production
Update To: DateSerial("2000"+Val(Mid(
Query: DateExtractor
--------------------------------
Type: update query
Field: ProductionDate
Table: Production
Update To: DateSerial("2000"+Val(Mid(
Code:
;1;2));"Mid([Code];3;2)";"Mid([Code];5;2)")
Field [Code] is a Text field and ProductionDate is Date/Time type, with short date format.
As I run query, there's an error that says "Microsoft Access didn't update 99 field(s) due to DateSerial,..."
Where is my mistake? Please Help!