I have a table that is created from a csv file. In the file is a field named Duration and in the CVS file it looks like this:
,"2m 32s",, which is 2 minutes and 35 seconds for that record
I use that CSV file as input to a make table query, and the result is good with the duration field, which is Short Text, and looks like this:
Next I use that table as input to a table where the data reordered, Aand the Duration field is still Short Text, but the Duration field in the new table looks like this:
If I run a query against the first table and only look at duration it works fine. there are no masks or formats involved in any of the tables or queries, so i can't figur out why the duration is not displayed in its original form.
,"2m 32s",, which is 2 minutes and 35 seconds for that record
I use that CSV file as input to a make table query, and the result is good with the duration field, which is Short Text, and looks like this:
Next I use that table as input to a table where the data reordered, Aand the Duration field is still Short Text, but the Duration field in the new table looks like this:
If I run a query against the first table and only look at duration it works fine. there are no masks or formats involved in any of the tables or queries, so i can't figur out why the duration is not displayed in its original form.