Hi
thanks for the reply - I was putting the figure in between the <>
I now have
Code:
DELETE tbl_Baptism.ChurchID_fk, tbl_Baptism.FicheNo, tbl_Baptism.BirthDate, tbl_Baptism.DateOfBaptism, tbl_Baptism.YearOfBaptism, tbl_Baptism.FullDateOfBaptism, tbl_Baptism.ChildsName, tbl_Baptism.Surname, tbl_Baptism.Sex, tbl_Baptism.Parents, tbl_Baptism.Abode, tbl_Baptism.Occupation, tbl_Baptism.RefNo, tbl_Baptism.PageNo, tbl_Baptism.EntryNo, tbl_Baptism.Minister, tbl_Baptism.Notes, tbl_Baptism.ForenameSDX, tbl_Baptism.SurnameSDX, "ChurchID_fk"
FROM tbl_Baptism
WHERE ((("ChurchID_fk")<>45));
But when I run it I get the error
Data Mismatch in criteria expression.
ChurchId_fk is formated number so I removed the "" ( as I thought these designated text)
but running that clears the table.
So I need help:-)
thanks
Ian