Quote from travin69 on November 3, 2020, 8:28 pm
Hello all.
I am trying to use the advanced SQL command in DBPro and can't seem to get it to work. Table name and DB names are correct. Database format is 2003 Access. I have the most recent full version of Windows office.
dbpExecSQL "SCDB" "UPDATE Test_Parse |SET Extra_2 = 'Checklist'|Where Extra_2 IS NULL" ""
So, in DB SCDB, in table Test_Parse, I am trying to put the word "Checklist" in every field that is NULL.
Thanks for any help,
Daniel
Hello all.
I am trying to use the advanced SQL command in DBPro and can't seem to get it to work. Table name and DB names are correct. Database format is 2003 Access. I have the most recent full version of Windows office.
dbpExecSQL "SCDB" "UPDATE Test_Parse |SET Extra_2 = 'Checklist'|Where Extra_2 IS NULL" ""
So, in DB SCDB, in table Test_Parse, I am trying to put the word "Checklist" in every field that is NULL.
Thanks for any help,
Daniel