ms access - Update Query to update backend Tables -
i have split database. in front end have update query used update tables data. split database front end, end, table doesn't updated when run query. there way can query work again?
here sql using:
update cwrrr set cwrrr.status = "unprocessed", cwrrr.type = "cw rrr" (((isnull([status]))<>false) , ((isnull([type]))<>false));
there no error message when run query. doesn't work properly. says updating 0 records, wrong.
Comments
Post a Comment