A newbie question... I'm re-coding a program I wrote in MS Access using VB .Net. I'm trying to copy the content from one table (partdata) into another (temp). Both tables have identical number of fields and field names (part_number & part_price).

In Access, I used a "docmd.runsql" to execute a SQL INSERT statement to copy the table. How can I do the same in VB .Net?