M
MK
Here is my Scenario.
I have created a DB that functions as inventory control, purchasing and work
orders. All the tables are optomized and all works well. Now I want to
retreive specific data. I have set up a form to allow me to select the
parameters for the data I want. The form Calls a report that is based off of
a Query and the selection fields are Date (beginning and ending), Customer
number, Equipment group, Operation Code, Op Code group, Mileage Etc..... for
each of these selection criteria there can be a value or it can be "is
null", so the only way I could figure out how to "mine" the data was to
build a query of a query of a query.... Basically I have a query for each
Selection criteria...
My question is this... Is there a better way? Depending on the amount of
records the report can take awhile to generate....
Any suggestions would be helpfull....
I have created a DB that functions as inventory control, purchasing and work
orders. All the tables are optomized and all works well. Now I want to
retreive specific data. I have set up a form to allow me to select the
parameters for the data I want. The form Calls a report that is based off of
a Query and the selection fields are Date (beginning and ending), Customer
number, Equipment group, Operation Code, Op Code group, Mileage Etc..... for
each of these selection criteria there can be a value or it can be "is
null", so the only way I could figure out how to "mine" the data was to
build a query of a query of a query.... Basically I have a query for each
Selection criteria...
My question is this... Is there a better way? Depending on the amount of
records the report can take awhile to generate....
Any suggestions would be helpfull....