M
Matt
Hi,
I am trying to update a db field that is formatted as a
date/time field. Using fp's wizard what should I type
into the custom query box to update that field? The form
field is called Time and the db column is also called
Time... So it should look something like this right?
UPDATE MyTable
SET Time=::Time::
WHERE ID=::ID::
Thanks,
Matt
I am trying to update a db field that is formatted as a
date/time field. Using fp's wizard what should I type
into the custom query box to update that field? The form
field is called Time and the db column is also called
Time... So it should look something like this right?
UPDATE MyTable
SET Time=::Time::
WHERE ID=::ID::
Thanks,
Matt