kentwoodjean
Technical User
I currently import data from a text file (csv). One column of data records hours, minutes and seconds that a person performed an activity. If I simply import and leave my data type on my table as "text", it shows the time as AM. In the format field of my table, I have indicated hh:nn:ss, and whether I show "text" or "date/time" as my data type, it will format correctly but will not pick up a 2 digit number in the hour field if those hours exceed 24. In other words, it only picks up one digit, leaving the other as a 0. How can I correct this problem, while still showing simply hours, minutes and seconds. As an example:
Text file entry: 21:03:06
Access import: 21:03:06
Text file entry: 43:10:16
Access import: Type Conversion Error is received.
Text file entry: 21:03:06
Access import: 21:03:06
Text file entry: 43:10:16
Access import: Type Conversion Error is received.