Hey![]()
I have this:
Its giving me the error:VB Code:
RS.Close RS.Source = "Select * from Cars where Car_Registation = '" & lblCarReg.Caption & "'" RS.Open StartDate = RS.Fields("Car_DateDueOut") EndDate = RS.Fields("Car_DateDueBack") If (txtHireDateCommence.Text > StartDate And txtHireDateFinish.Text < EndDate) Then MsgBox "The car is not available to hire out at the specified time. Please go back and select another car", vbExclamation + vbOKOnly, "Car not available" Exit Sub End If
"No value given for one or more required parameters"
It then highlights RS.OpenI cant figure out what wrong with it. Any suggestions please?? Just ask if u need more information. Thanks
BIOSTALL




I cant figure out what wrong with it. Any suggestions please?? Just ask if u need more information. Thanks
Reply With Quote