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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -