R
RitchieJHicks
I have an append query which I run to update a field in all my records to
date(). However, this does not give the format required by the web database
that I upload the final data to.
The database (in MyPhp admin) requires the uploaded date format to be:
yyyy-mm-dd 00:00:00
My question is, what do I need to do the the date() critieria in the query
to make it produce the format above? I have tried to use the Now() criteria,
but that only gives me the format dd/mm/yyyy 00:00.
Thanks.
-------------------------
date(). However, this does not give the format required by the web database
that I upload the final data to.
The database (in MyPhp admin) requires the uploaded date format to be:
yyyy-mm-dd 00:00:00
My question is, what do I need to do the the date() critieria in the query
to make it produce the format above? I have tried to use the Now() criteria,
but that only gives me the format dd/mm/yyyy 00:00.
Thanks.
-------------------------