Hey Guys,
I have a lot of fields in my table(Table1) and I'm trying to make a query to delete all the records where the values are Null. But there is only 1 field where there has to be a value in it and that is Field1. I tried to build a query with every field in the table(except Field1) stating to delete if the criteria is Null. and I got an error saying the query is too complex. I'm guessing there are too many fields. But I need to have all those fields together stating if they are null or not to delete them. Idk what to do.
-Thanks