Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to procedure for advance searching option in crystal report. I had used front end as vb.net and back end as ms access
Posted

1 solution

Use parameter fields for that

VB.NET Crystal Reports String parameter[^]
VB.NET Crystal Reports Integer parameter[^]
VB.NET Crystal Reports Date parameter[^]

Use Textbox or Combobox or Date-fields or anything else to get input from user & then send the values to reports & see the output. And yes you can use multiple parameters.
 
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