Access 2000 .ADP and SQL Server 2000
Hello All,
I have created a table that allows users to input data fom a form and update the TOTAL_RESOURCES_ASSIGNED column. When a user modifies this value on this row I need the current date time inserted in a field for time-Stamping.
SEQ int 4 0
Status char 50 1
CATEGORY char 25 1
[ZONE] char 50 1
TOTAL_RESOURCES_ASSIGNED decimal 9 1
Update_By char 10 1
Update_Time datetime 8 1
I have tried setting the default value on the form but the value is not saved in the table. I also have assigned the GETDATE function to default on the Server side and it throws errors because it says that another user has updated the value.
Can I do this with an update statement on the click event or something.
I have tried everything I could think of. It has to be simple this is a common practice I am new to SQL server and ADP.
Please..... any help would be appreciated.
Jimbo
Hello All,
I have created a table that allows users to input data fom a form and update the TOTAL_RESOURCES_ASSIGNED column. When a user modifies this value on this row I need the current date time inserted in a field for time-Stamping.
SEQ int 4 0
Status char 50 1
CATEGORY char 25 1
[ZONE] char 50 1
TOTAL_RESOURCES_ASSIGNED decimal 9 1
Update_By char 10 1
Update_Time datetime 8 1
I have tried setting the default value on the form but the value is not saved in the table. I also have assigned the GETDATE function to default on the Server side and it throws errors because it says that another user has updated the value.
Can I do this with an update statement on the click event or something.
I have tried everything I could think of. It has to be simple this is a common practice I am new to SQL server and ADP.
Please..... any help would be appreciated.
Jimbo