Hello
I am using windows XP
I need a small programme in Visual basic 6 with Access 2000
I have two tables for example one table named student other table named section
In student table rno is primary key. In section table Rollno is primary key
Both tables have datas, I want to insert datas from student to section.
The coditions is unique datas only (ie. some datas already in section while inserting
datas from student to section the existing datas should be eliminated they wont be inserted)
( by comparin rno with rollno)
Please me code for inserting tables using ADODB recordset
A.Senthil kumar