Anyone please help. Why is it that Adodc.recordset.save cannot work. it says...object in the with variable not set....
can anyone tell me what the problem is and is it normal to use

Adodc.Recordset.fields "name" = txtname .text;

what is wrong with my code. is anything missing there because i cannot save anything with this code
Thank You for assisting

should it not be...

Adodc1.Recordset.fields("name") = txtname.text

Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.