Hello all,
I need help with chose right table for delete row.
My query ;
DELETE Sken.Barkod, qSkenirano.Nalog
FROM qSkenirano INNER JOIN Sken ON qSkenirano.Barkod = Sken.Barkod
WHERE (((qSkenirano.Nalog) Is Null));
After that I get error ;
Specify the Table containing the records you want to delete.
I need delete only one row in table Sken.Barkod.
Table is linked with query qSkenirano and criteria is Null.
Can somebody help me with sql form for query?
Thanks in advice !!!
I need help with chose right table for delete row.
My query ;
DELETE Sken.Barkod, qSkenirano.Nalog
FROM qSkenirano INNER JOIN Sken ON qSkenirano.Barkod = Sken.Barkod
WHERE (((qSkenirano.Nalog) Is Null));
After that I get error ;
Specify the Table containing the records you want to delete.
I need delete only one row in table Sken.Barkod.
Table is linked with query qSkenirano and criteria is Null.
Can somebody help me with sql form for query?
Thanks in advice !!!