Best way to filter/query many fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that one table is imported from an EXCEL spreadsheet.
The users will want to filter/query by a variety of fields, up to 75
selections before getting the results.
What is the best way to do this? There is no drill down to work with.
 
Create a form with 75 controls to use for gathering the criteria, build an
inline SQL string from the input, then create an output dataset and/or
report.
 
Back
Top