G
Guest
Why does Access tell me that: "Could not delete from specified tables"?
DELETE mattes.*
FROM KartObjektLista, mattes
WHERE mattes.ObjektID=KartObjektLista.ObjektID;
Thanx in advance
/Eric
DELETE mattes.*
FROM KartObjektLista, mattes
WHERE mattes.ObjektID=KartObjektLista.ObjektID;
Thanx in advance
/Eric