Hello, all,
The project that I'm currently working on has a requirement that is making me cross-eyed. Customizable queries. (Rolling eyes)
The customer wants the ability to choose which columns will appear in a report. But the data is normalized across several tables.
If the data were all in one table, it'd be a no-brainer.
What is an effective and efficient way to create queries on-the-fly across more than one table? How do I determine which tables (based upon selected columns) will be part of the query?
V/r,
^_^