G
Guest
I am exporting data to a .txt file using TransferText with "Export Word for
Windows Merge" as type. this creates a schema.ini file with
col2 indx date
as a line in the file. This field indx holds a time in the format for
example 03:15
When this is exported it comes up in the text file as 30/12/1899 03:15:00.
I want the data to appear in the exported file as 03:15 but dont know how to
code this in the schema.ini file. I tried
col2 indx date "hh:mm"
and some others but none worked
There is also a field which comprises a date in the format dd/mm/yyyy that
also appears in the same format as above.
I would appreciate any help
Windows Merge" as type. this creates a schema.ini file with
col2 indx date
as a line in the file. This field indx holds a time in the format for
example 03:15
When this is exported it comes up in the text file as 30/12/1899 03:15:00.
I want the data to appear in the exported file as 03:15 but dont know how to
code this in the schema.ini file. I tried
col2 indx date "hh:mm"
and some others but none worked
There is also a field which comprises a date in the format dd/mm/yyyy that
also appears in the same format as above.
I would appreciate any help