Hi all, I would like to add code in my database that will edit a table. The table has a field that stores a date value.
Everytime the program is run, it is to check if the date is the default date, and if it is, it is to change that date stored in that table, to the current date.
ie, if date in that table = default date,(eg 1/1/1990) then
set date in that table = current date today.
I had tried to change it using sql syntax but wasnt successful. Please assist.
Everytime the program is run, it is to check if the date is the default date, and if it is, it is to change that date stored in that table, to the current date.
ie, if date in that table = default date,(eg 1/1/1990) then
set date in that table = current date today.
I had tried to change it using sql syntax but wasnt successful. Please assist.