Forum Moderators: open
Set DS = DB.execute("SELECT * FROM music WHERE performer_id=" & Session("PERFORMER_ID"))
While not DS.eof
JUNE_CONFIRM = DS("june_confirm")
If JUNE_CONFIRM <> 1 Then
DB.execute("DELETE
DS.movenext()
Wend
I'm not sure how to write the delete execution for the record. Thanks for any help.