rs.Open "SELECT Reservation from tblProductType where ProductType LIKE '*" & ProductTypeCheck & "*'", CurrentProject.Connection
This line is returning a 'No value given for one or more required parameters' error.
What it should do is select the value of the field 'Reservation' of the record with field ProductType matching the string typed into text box ProductTypeCheck, from the table 'tblProductType'. Any ideas?
Thanks in advance.
This line is returning a 'No value given for one or more required parameters' error.
What it should do is select the value of the field 'Reservation' of the record with field ProductType matching the string typed into text box ProductTypeCheck, from the table 'tblProductType'. Any ideas?
Thanks in advance.