gradinumcp
IS-IT--Management
Hi! I am creating a time management system whereby the administrator can go in and UPDATE an existing Timestamp field with a new time.
I have the administrator input the date and time in a textbox.
Any clue how he can update the field with this new data??? The table TimeTable has columns like TimeStamp, DateStamp and UserID besides Autonum.
I think it should be something like...
UPDATE TimeTable set TimeStamp=06/29/2005 12:45:56 PM where UserID=10 and DateStamp=06/29/2005
This however errors on me--any clues???
I have the administrator input the date and time in a textbox.
Any clue how he can update the field with this new data??? The table TimeTable has columns like TimeStamp, DateStamp and UserID besides Autonum.
I think it should be something like...
UPDATE TimeTable set TimeStamp=06/29/2005 12:45:56 PM where UserID=10 and DateStamp=06/29/2005
This however errors on me--any clues???