J
John
Hi
I have opened a data connection to an access db in my vb.net windows form
app. I need to do the following but am not sure how to do it in code;
1. Open one of the tables
2. Read value from a record.
3. Insert the record into a second table in the same db.
4. Delete record from first table.
5. Go to step 1 is any records are left in first table.
Would appreciate if someone can give any pointers on how to achieve the
above in code.
Thanks
Regards
I have opened a data connection to an access db in my vb.net windows form
app. I need to do the following but am not sure how to do it in code;
1. Open one of the tables
2. Read value from a record.
3. Insert the record into a second table in the same db.
4. Delete record from first table.
5. Go to step 1 is any records are left in first table.
Would appreciate if someone can give any pointers on how to achieve the
above in code.
Thanks
Regards