FindFirst Method in VB 6.0
-
Hallo everybody...!, Can anybody solve my problem...?:doh: When I run my form always shown this message alert : Runtime error '3251': Operation is not supprted for this type of object. And so the yellow arrow linked to my code :
DataCar.Recordset.FindFirst "CarId = '" & me.txtCarId & "'"
Please help me...!:laugh::laugh:Best Regards, Ahmad Rifai Yusuf
-
Hallo everybody...!, Can anybody solve my problem...?:doh: When I run my form always shown this message alert : Runtime error '3251': Operation is not supprted for this type of object. And so the yellow arrow linked to my code :
DataCar.Recordset.FindFirst "CarId = '" & me.txtCarId & "'"
Please help me...!:laugh::laugh:Best Regards, Ahmad Rifai Yusuf
yea if txtCarId is a textbox, which i think it is, you have to add the '.text'