P
Phil Smith
I have a table. I am trying to update that table based on a query. The
query involved used sums. When I try to this, I get "this is not an
updatable query." I know the cause for it, the fact that the query has
sums.
I also know the way around it. Run my query as a make table query, then
build my update query from that.
This project would have me doing this a couple of dozen times. I really
do not want to build 24 make table queries, 24 update queries, and then
have to delete those 24 tables. If nothing else, I would expect that
would seriously fragment my databse, with a resulting performance hit.
Experience tells me that Access will just crap out after a while.
There has gotta be a better way. Anybody know of one?
query involved used sums. When I try to this, I get "this is not an
updatable query." I know the cause for it, the fact that the query has
sums.
I also know the way around it. Run my query as a make table query, then
build my update query from that.
This project would have me doing this a couple of dozen times. I really
do not want to build 24 make table queries, 24 update queries, and then
have to delete those 24 tables. If nothing else, I would expect that
would seriously fragment my databse, with a resulting performance hit.
Experience tells me that Access will just crap out after a while.
There has gotta be a better way. Anybody know of one?