Question: How can i add runtime parameter using DATA REPORT in vb6?
For example: i want to show the record of a specific customer
personal information only.
e.g.
"SELECT * FROM CustomerInfo WHERE CustomerName = ' " & txtName.text & " ' "
Any ideas will be a great help for my system... Thank you...
For example: i want to show the record of a specific customer
personal information only.
e.g.
"SELECT * FROM CustomerInfo WHERE CustomerName = ' " & txtName.text & " ' "
Any ideas will be a great help for my system... Thank you...
Comment