I have a data base with three tables regarding:
shops (table one),
their doors (table two) (automatic doors),
and the repairs done on each of the doors (table three)
There are over two hundred stores in the data base and I have to write a summation query for the repair costs for each store.
I was wondering if it is possible to create a query with an inteface (like a form) and include a combo box where a store can be chosen from a list to run the query on?
otherwise im thinking i have to wtire an individual query for each store
Does anyone know how to do this or know of a better way around my problem?
Thanks
shops (table one),
their doors (table two) (automatic doors),
and the repairs done on each of the doors (table three)
There are over two hundred stores in the data base and I have to write a summation query for the repair costs for each store.
I was wondering if it is possible to create a query with an inteface (like a form) and include a combo box where a store can be chosen from a list to run the query on?
otherwise im thinking i have to wtire an individual query for each store
Does anyone know how to do this or know of a better way around my problem?
Thanks