I have tried to convert this query below into a passthrough delete query but I keep on getting an error message from the SQL Server why?
	
	
	
		
 
		Code:
	
	
	DELETE tblItemClassList.itemlistID, tblItemClassList.itemClsCd, tblItemClassList.itemClsNm
FROM tblItemClassList
WHERE (((tblItemClassList.itemClsNm) Is Not Null)); 
	 
 
		 
 
		 
 
		