T
Ted W.
I am trying to run a query but it ends up just running indefinitely which
causes my computer to freeze up. I have run many queries with the database i
am working on and they have run fine, but this new query is attempting to
reference more than 2 tables and it will not run. I'm assuming the
complexity of adding the extra tables to search is what is causing the query
to fail. My database is essentialy set up as one Master table that just
lists the product names, id numbers and a few other generic bits of info.
This table is then tied to 4 much larger tables. these are the four cost
centers that make up the production costs. i am trying to write a query
that sums up the total cost of each cost center for each product. I can do
this with just one or two cost centers, but if i try to include three or all
four cost centers the query will never complete. I've tried mixing and
matching the tables and its not a specific table at fault. Does any have any
guess as to why the extra tables is causing the query to crash or is access
just unable to run a query with that many inputs? by the way each cost
center table has around 30,000 rows. I appreciate any thoughts or tips.
thanks
causes my computer to freeze up. I have run many queries with the database i
am working on and they have run fine, but this new query is attempting to
reference more than 2 tables and it will not run. I'm assuming the
complexity of adding the extra tables to search is what is causing the query
to fail. My database is essentialy set up as one Master table that just
lists the product names, id numbers and a few other generic bits of info.
This table is then tied to 4 much larger tables. these are the four cost
centers that make up the production costs. i am trying to write a query
that sums up the total cost of each cost center for each product. I can do
this with just one or two cost centers, but if i try to include three or all
four cost centers the query will never complete. I've tried mixing and
matching the tables and its not a specific table at fault. Does any have any
guess as to why the extra tables is causing the query to crash or is access
just unable to run a query with that many inputs? by the way each cost
center table has around 30,000 rows. I appreciate any thoughts or tips.
thanks