warrenrayson4abeer
2009-02-16 06:33:05 UTC
other websites have told me that my code needs to resemble
adodc1.Recordset.AddNew
adodc1.Recordset.Fields(0) = Text1.Text
adodc1.Recordset.Fields(1) = Text2.Text
adodc1.Recordset.Fields(2) = Text3.Text
adodc1.Recordset.Update
and this did work at one point but now it is telling me that 'Object variable or With block variable not set'. what does this mean and how can i modify the code to get it to work again?
need any additional info please ask and thanks to anyone that can help me