J
jeanhurtado
Hi, I want to insert the current date into "LastUpdateCost" field from
the "CYCLETICKETNUMBER" table. I have the following code but is not
complete. Can you help me?????
strSql = "INSERT INTO CYCLETICKETNUMBER (LastCostUpdate) Date ;"
db.Execute strSql, dbFailOnError
The code is incomplete because I don't know the what code I need to do
what I want. Thanks for your help. Hope you have a nice day.
JC
the "CYCLETICKETNUMBER" table. I have the following code but is not
complete. Can you help me?????
strSql = "INSERT INTO CYCLETICKETNUMBER (LastCostUpdate) Date ;"
db.Execute strSql, dbFailOnError
The code is incomplete because I don't know the what code I need to do
what I want. Thanks for your help. Hope you have a nice day.
JC