Hi,
I have upgraded to SQL Server Express 2005 and now my Delete Querey which was made in MS Access Query Builder is not working. It doesn't give any error it just doesn't work:
If its of any use the SQL in the query is :
Any Help Would be Greatly Appreciated, I am truly desperate to get this resolved, Thanks.
I have upgraded to SQL Server Express 2005 and now my Delete Querey which was made in MS Access Query Builder is not working. It doesn't give any error it just doesn't work:
If its of any use the SQL in the query is :
Code:
DELETE tblCollections.MDCollectionID, tblCollections.Delete FROM tblCollections WHERE (((tblCollections.Delete)=-1));
Comment