E
Evi
My database is finished but now I seem have a lot of queries. Most of them
are based directly on the tables and have very similar functions in them. If
I decide to add or update a function, I find that I have to go into each
query to edit their version of the function.
One updatable query contains just about all my functions
Instead of having lots of queries based on tables, what if I had most of my
queries based directly on this main query? It would make it easier if I
added or updated a function. What are the pros and cons of doing this and
anything I should have to watch out for?
Evi
are based directly on the tables and have very similar functions in them. If
I decide to add or update a function, I find that I have to go into each
query to edit their version of the function.
One updatable query contains just about all my functions
Instead of having lots of queries based on tables, what if I had most of my
queries based directly on this main query? It would make it easier if I
added or updated a function. What are the pros and cons of doing this and
anything I should have to watch out for?
Evi