Click here to Skip to main content
15,916,463 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
VB

Can you please help me create a crystal report based on the Schoolname the user selects from a dropdownlist. im using SQL server 2008 and visual studio 2008. vb.net. thnx in advance
Posted

1 solution

There are many ways to do this. One very simple way would be to define a SelectionFormula in your report and send in the school name from your program in a formula.

HTH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900