I'm pretty new to Access and I was asked by my department to write a program to store alot of data, which I did already. They want to be able to do many types of reports based on many more combinations of data than I could set as static queries. For instance, we have 25 fields and we could have up to 5 combinations of those 25 fields in a query, which is a very large subset of all the possible combinations.
Now my question seems simple but I don't know how to approach it. I want to have a form with 5 combo boxes that I could select any one of the 25 fields from the table and then generate a report query with just those 5 fields and the primary key sorted by the field(s) that I check with a check box. I hope that makes sense and I would appreciate any help.
Now my question seems simple but I don't know how to approach it. I want to have a form with 5 combo boxes that I could select any one of the 25 fields from the table and then generate a report query with just those 5 fields and the primary key sorted by the field(s) that I check with a check box. I hope that makes sense and I would appreciate any help.