Cosa c'è di sbagliato in questa query?
cerco di cancellare tutti i record selezionati
come si vede dall'errore gli id passati dalle checkbox ci sono

le ho provate tutte


arr_id = Request("chk")

strSQL="DELETE * FROM posta WHERE id IN "& (arr_id)

mi restituisce un errore di questo tipo


Microsoft JET Database Engine error '80040e14'

In operator without () in query expression 'id IN 10, 11, 12, 14'.

/canc_posta.asp, line 10