C
CW
I cannot remove the time from the date when exporting invoice data to a csv
file.
I have followed previous advice and created a query based on my tblInvoices
table, in which I have formatted the InvDate field in the Design Grid as
follows:
Date: Format([tblInvoices.InvDate], "dd/mm/yyyy") (UK format)
In the Query, this is fine - just the date, no time shown.
I saved an export spec in the Advanced bit of the File/Export wizard.
But in the resulting csv, there are six zeroes representing the time!
However if I do a manual export by following exactly the same process but
not saving it as a spec, it works fine and the time characters do not appear.
There doesn't seem to be any other more detailed option in the Advanced
window, to fine tune this. So why does it fail to exclude the time when I use
the saved export spec?
Many thanks
CW
file.
I have followed previous advice and created a query based on my tblInvoices
table, in which I have formatted the InvDate field in the Design Grid as
follows:
Date: Format([tblInvoices.InvDate], "dd/mm/yyyy") (UK format)
In the Query, this is fine - just the date, no time shown.
I saved an export spec in the Advanced bit of the File/Export wizard.
But in the resulting csv, there are six zeroes representing the time!
However if I do a manual export by following exactly the same process but
not saving it as a spec, it works fine and the time characters do not appear.
There doesn't seem to be any other more detailed option in the Advanced
window, to fine tune this. So why does it fail to exclude the time when I use
the saved export spec?
Many thanks
CW