I had to import a CSV file for a new project I'm working on. I did everything I needed to do and my report came out fine, except that the reps are claiming they need the dates and phone numbers in a standard format.
I could easily fix this in Excel, but I can't because the CSV file has 95,000+ records. So I'm limited to using Access to access the entire file.
Currently dates are stored as
MDDYY with no separators or MMDDYY if the month is either Oct, Nov or Dec.
The phone numbers are stored as
00XXXXXXXXXX, e.g. 002165551234. I'm not sure who decided to put leading zeros into the phone number column, but they'd like to have it look something like (xxx) xxx-xxxx or at least xxx-xxx-xxxx.
Any quick ways of doing this in Access?
Thanks in advance!
Alex
I could easily fix this in Excel, but I can't because the CSV file has 95,000+ records. So I'm limited to using Access to access the entire file.
Currently dates are stored as
MDDYY with no separators or MMDDYY if the month is either Oct, Nov or Dec.
The phone numbers are stored as
00XXXXXXXXXX, e.g. 002165551234. I'm not sure who decided to put leading zeros into the phone number column, but they'd like to have it look something like (xxx) xxx-xxxx or at least xxx-xxx-xxxx.
Any quick ways of doing this in Access?
Thanks in advance!
Alex