I am trying to move students from one table to another if they have a certain course code. This works by using multiple sql statements but is there a quicker way that combines these?
strsql = "Insert into tblWorking ( STU_ID, STU_FORENAME, STU_SURNAME, STU_COURSE_CODE, STU_STANDING ) "...