Hi,
I have a report in VB.NET 2005 in which I want to display data dynamically, that on selection of field in the form, the report should display only those selected fields in report
Here is the Scenario,
I have one table called tblClients which has following Fields:
ID
Name
Address
Employed (checkbox)
For that I need to be able to select the client and get the information displayed on the report. Employed field is a checkbox(yes/no) type.
I appreciate if someone could direct me to the right start.
Thanks,
Mel