SeanDagger
MIS
Hi.
I am new to programming and would like help on converting a text string to a date in access.
I have imported a spreadsheet that contains a date column as text (ie, 24.02.07). I have imported the data into Access no problem. Now I need to run a query to convert the text into a date (General date type preferable). I have tried the query below but that does not work. Could anyone help me with my problem?
UPDATE ExternalClientExtract SET ExternalClientExtract.[Date] = cdate(ExternalClientExtract.Date)
WHERE ((ExternalClientExtract.Date)="24.02.07");
Thank you for looking at my problem.
Best regards
Sean.
I am new to programming and would like help on converting a text string to a date in access.
I have imported a spreadsheet that contains a date column as text (ie, 24.02.07). I have imported the data into Access no problem. Now I need to run a query to convert the text into a date (General date type preferable). I have tried the query below but that does not work. Could anyone help me with my problem?
UPDATE ExternalClientExtract SET ExternalClientExtract.[Date] = cdate(ExternalClientExtract.Date)
WHERE ((ExternalClientExtract.Date)="24.02.07");
Thank you for looking at my problem.
Best regards
Sean.