Can anyone advise on the efficiency (or otherwise) of having lots of queries dependent on one another? I know it generally isn't that good an idea, but what are the limits? Currently I have a maximum of 3 before I get to a make table or append query, but then I have other queries relying on the tables appended or created by previous ones?
My app works OK so far, but I have only got test data in. I'm using access 2k. Will the number of queries in a row make much of a difference when I get to the situation (that I have to) of having the back end on a server and the front end on users machines?
Constructive advice needed!!