I am trying to search and update data on my table but this error appears:No value given for one or more required parameters error number:2147217904
Here is the coding for Search
Set Rcustomer = New Recordset
Rcustomer.Open "SELECT * FROM backups WHERE [Serial_Number]=" & Text1.Text, conn...
I am trying to search and update data on my table but this error appears:No value given for one or more required parameters error number:2147217904
Here is the coding for Search
Set Rcustomer = New Recordset
Rcustomer.Open "SELECT * FROM backups WHERE [Serial_Number]=" & Text1.Text, conn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.