How to do the multiple rows update within Access update query
where I need to update column CurrentCount in the table Cards with
values CurrentCount from the query countCards where cardId exist in
both table and query.
So, I get the "Operation must use an updatable query." error when I try
some ideas...
Cursors in Access? Is multiple row update even possible to in the Access 2000?
Should I do this manually within the application?