Hi
I have written a couple of Select Queries that work well. However, when I turn them into Update Queries they don't work.
From reading the Help files, I think that this is because I am creating a variable in the Update Queries and also using Totalling. Both of these are necessary to obtain the required result.
I have been able to progress by converting the Update Queries into Make Table Queries. Essentially I am making a temporary table from which I then run an Update Query.
This all works and I get to where I need to.
Only question is, am I completely missing something or are Update Queries very limited in what they can do? The approach I've tried does work but just doesn't seem at all elegant.
Would be very interested to hear comments.
Thanks
David
I have written a couple of Select Queries that work well. However, when I turn them into Update Queries they don't work.
From reading the Help files, I think that this is because I am creating a variable in the Update Queries and also using Totalling. Both of these are necessary to obtain the required result.
I have been able to progress by converting the Update Queries into Make Table Queries. Essentially I am making a temporary table from which I then run an Update Query.
This all works and I get to where I need to.
Only question is, am I completely missing something or are Update Queries very limited in what they can do? The approach I've tried does work but just doesn't seem at all elegant.
Would be very interested to hear comments.
Thanks
David