Hi..
I have a problem in Data Reports in VB 6.0...
I am creating the data report via data environment. I have written the following query in sql builder in the properties dialog box of connection object
"Select empid,empname from param1 where Bookno=param2"
where param1 and param2 are variables that I want to pass to the Data report -
param1 is the tablename that I obtain from combo box on the form and param2 is the value that I obtain from textbox on the form...
Depending on these 2 values I want to display the data report
I am not able to do so....
Please help me out
Thanks
Swagata
I have a problem in Data Reports in VB 6.0...
I am creating the data report via data environment. I have written the following query in sql builder in the properties dialog box of connection object
"Select empid,empname from param1 where Bookno=param2"
where param1 and param2 are variables that I want to pass to the Data report -
param1 is the tablename that I obtain from combo box on the form and param2 is the value that I obtain from textbox on the form...
Depending on these 2 values I want to display the data report
I am not able to do so....
Please help me out
Thanks
Swagata
Comment