Ashfaque
Search Beautiful Girls from your town for night
- Local time
- Tomorrow, 04:09
- Joined
- Sep 6, 2004
- Messages
- 897
Hi,
I have one date column in my Excel file which is by default in American date format i.e. month/day/year.
7/2/2016 8:47 AM
7/2/2016 3:00 PM
7/3/2016 8:54 AM
7/3/2016 3:00 PM
7/4/2016 8:54 AM
7/4/2016 3:08 PM
I want to get it imported into my access table thru vba code that has been a successful practice but with first 12 dates are being imported with American format and from 13 onwards, it imports as per desired date format (dd/mm/yyyy)
My access tbl field is Date/Time format.
I want import this date from field from Excel sheet in correct format (dd/mm/yyyy).
Because when I am exporting to a pre-designed Excel sheet, these first 12 dates are being exported to earlier format which is mm/dd/yyyy and the from 13th onwards they are correctly being exported.
This has became big stuck to me.
Any idea to imported date in dd/mm/yyyy format while importing to tble.
I have one date column in my Excel file which is by default in American date format i.e. month/day/year.
7/2/2016 8:47 AM
7/2/2016 3:00 PM
7/3/2016 8:54 AM
7/3/2016 3:00 PM
7/4/2016 8:54 AM
7/4/2016 3:08 PM
I want to get it imported into my access table thru vba code that has been a successful practice but with first 12 dates are being imported with American format and from 13 onwards, it imports as per desired date format (dd/mm/yyyy)
My access tbl field is Date/Time format.
I want import this date from field from Excel sheet in correct format (dd/mm/yyyy).
Because when I am exporting to a pre-designed Excel sheet, these first 12 dates are being exported to earlier format which is mm/dd/yyyy and the from 13th onwards they are correctly being exported.
This has became big stuck to me.
Any idea to imported date in dd/mm/yyyy format while importing to tble.