B
Bill
Hi,
I'm new on Access XP. I'm able to import the text file in the table. I'm
trying to convert the text file (date) to Access Table (date). In the
table, I set "Date/Time" but it won't allow me and the message said "Data
Type Conversion Type". I change to "Text" and it works. I don't like the
text file (Date). It look like "19980223" but I want to change to
"DD/MM/YYYY".
Is there a way to set this code (below) that set a default to "DD/MM/YYYY"?
Same problem with "Number".
rs![DATE] = Mid(StrNAME, 166, 8)
Your help would be much appreciated.
Thanks
I'm new on Access XP. I'm able to import the text file in the table. I'm
trying to convert the text file (date) to Access Table (date). In the
table, I set "Date/Time" but it won't allow me and the message said "Data
Type Conversion Type". I change to "Text" and it works. I don't like the
text file (Date). It look like "19980223" but I want to change to
"DD/MM/YYYY".
Is there a way to set this code (below) that set a default to "DD/MM/YYYY"?
Same problem with "Number".
rs![DATE] = Mid(StrNAME, 166, 8)
Your help would be much appreciated.
Thanks