i want to display a selected record from my database to the data report in VB6. i used the foll. code, where cuno is the value of a textbox. i m passing the value of cuno through a module.
SELECT * FROM Bill WHERE ID=cuno
but when i run it, it gives me this error:
No value given for one or more required parameters.
plz help me.
n i also wanted to know how to make data report an mdi child.