Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi-select fields for a report

Status
Not open for further replies.

scoobyroo

Programmer
May 10, 2007
47
US
I need to write a report that looks for any missing clinet/matter fields. They want the ability to choose to run it on many fields. They want a check box on the front end to choose the fields they want.

They want attorney information and they want to be able to choose whether a client is missing a bill address, category, class, and if any of the matters under the client are missing a work type. Each of these items sits in a separate table.

My question is what is the best approach to something like this?
 
To me this sounds like you need a conditional stored procedure to get the data depending on passed parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top