i have never seen this error before. Its a run time error. The source code below generates it. Please tell me how to fix it. Thanks in advance.
VB Code:
Private Sub Command2_Click() Adoproducts.Recordset.Fields("ProductID") = tbpid.Text Adoproducts.Recordset.Fields("ProductName") = tbpn.Text Adoproducts.Recordset.Fields("Date") = tbdate.Text Adoproducts.Recordset.Fields("US Rate") = tbrate.Text Adoproducts.Recordset.Fields("Scaled Weight") = tbweight.Text Adoproducts.Recordset.Fields("Yeild") = tbyeild.Text Adoproducts.Recordset.Fields("IngredientList") = txtlist.Text Adoproducts.Recordset.Fields("TOTAL") = txttotal.Text End Sub




Reply With Quote