VB Data control
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I 'm new to programming and I 'm having this problem with visual basic. I have a DB combo which has a datasource. The datasource is an array eg. data(0) I have set the rowsource and listfield property to fill up my combo. When I 'm trying to change the recordsource of my data control writing for example data(0).recordsource = "Select * From Products where Productname = CPU" and then trying to refresh my datasource data(0).refresh i got the following error Run-time error '3061': Too few parameters. Expected 1. Can somebody help me please ??? Best Regards Mike Economou