sql - Select Date from Excel sheet that may be in one of many formats -


in access, transferring several columns (not all) spreadsheet access table. works fine long date on excel sheet in same format access table, format being "mm/dd/yyyy".

however, not of dates on excel sheets in format "mm/dd/yyyy". mon-dd-yyyy, , dd/mm/yyyy. using simple select statement put date in access table, date transfers when in correct format (mm/dd/yyyy) , leaves date column blank entry when in other format.

is there way can ensure date formatted "mm/dd/yyyy" before selecting access table?

the proper way format dates in mm/dd/yyyy format before loading them access table.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -