maqmaq
Oct 14th, 2000, 11:18 PM
When I run this sql:
mysql = "select * from cri where stock like '[89*]';"
Data1.RecordSource = mysql
Data1.Refresh
I am getting this error:
Too vew parameters, expected 1 (3061)
What could be wrong in my select statement, and how to learn the equation of putting the correct position of commas, punctuation, semicolon etc so I will not face this kind of problem
Please help
Appreciated in advance
mysql = "select * from cri where stock like '[89*]';"
Data1.RecordSource = mysql
Data1.Refresh
I am getting this error:
Too vew parameters, expected 1 (3061)
What could be wrong in my select statement, and how to learn the equation of putting the correct position of commas, punctuation, semicolon etc so I will not face this kind of problem
Please help
Appreciated in advance