To get items made before 1970 by a manufacturer other than Ford, code AND then manufacturer != 'Ford'.
Ford
AND
manufacturer != 'Ford'
Make sure to type AND manufacturer != 'Ford'.
AND manufacturer != 'Ford'