if you have set the relatioship of the tables and selected the Cascade Delete Related Records check box any time that you delete records in the primary table, Microsoft Access automatically deletes related records in the related table.
if not, then this looks good
CurrentDb.Execute "Delete * from tblJobScheduleDetail where JobN = " & Me.cboJobN & ";"
you will need another delete statement for the other table