Question : Delete using Inner joins (Access)

Hi All,

This is in Classic ASP with an Access DB. I am trying to perform a delete will an Inner join. Gettin an error. Any Ideas?
1:
2:
3:
4:
MyConn_Legacy.execute("DELETE From Leg_corrida_ganaderia AS lc_g "&_
					  "INNER JOIN Leg_corrida AS lc ON lc_g.cor_id = lc.cor_id "&_
					  "WHERE lc.fes_id = " & NumXXX_ID & ";") 


The error is:

Microsoft JET Database Engine error '80004005'
Especifique la tabla que contiene los registros que desea eliminar.
(Specify the table which has the entries you want to delete)

Many Thanks

Abiel M de Groot

Answer : Delete using Inner joins (Access)

Random Solutions  
 
programming4us programming4us