Hi,
I am using a SQL Server db as my backend.
How can i automatically insert a now datetime into my datecreated column whenever i insert a new record into the table.
if i am not wrong, i need to put a sql formula in the FORMULA property for my datecreated field right?
if so, what is the correct syntax?
I tried getToday()....
but it is incorrect because it will always change my other records to the today date time.
i only want it affect only the new inserted record.
Any help will be greatly appreciated.
Thanks!
Regards,
weihann.
I am using a SQL Server db as my backend.
How can i automatically insert a now datetime into my datecreated column whenever i insert a new record into the table.
if i am not wrong, i need to put a sql formula in the FORMULA property for my datecreated field right?
if so, what is the correct syntax?
I tried getToday()....
but it is incorrect because it will always change my other records to the today date time.
i only want it affect only the new inserted record.
Any help will be greatly appreciated.
Thanks!
Regards,
weihann.