Ok I am new with reports and never fully understood them for my purposes. I have a database that I created for work where a user can enter in customer information like name number location etc. There is also a table for assets that keeps track of assets added and who these assets belong to.
My dilemma is that my boss wants to be run reports.
Example:
Select computer model type - show users that have this model
Select model type - how many of this model type in selected location
How many of selected model contain selected operating system
And so on and so forth.
My main problem in understanding this is, do I really need to create a query for every type of search (seems long and time consuming and data consuming) or can I create form where the user can select from combo boxes then hit a cmd button to open a report that will pull the info selected. I have tried this and it doesn't seem to work when opening the report.
Thanks
My dilemma is that my boss wants to be run reports.
Example:
Select computer model type - show users that have this model
Select model type - how many of this model type in selected location
How many of selected model contain selected operating system
And so on and so forth.
My main problem in understanding this is, do I really need to create a query for every type of search (seems long and time consuming and data consuming) or can I create form where the user can select from combo boxes then hit a cmd button to open a report that will pull the info selected. I have tried this and it doesn't seem to work when opening the report.
Thanks