Hi everyone,
i need to build a query that will exclude records if a field within that record is null. basically if the record doesn't contain data for a particular field then i don't want the query (and consequently the report) to display that record. for example, i have 50 records and only 35 of them contain values for a field named "requirements." in the corresponding query (and report), i only want to display the 35 records. is there some easy VBA code i could use and if so where would i put it?
thanks
i need to build a query that will exclude records if a field within that record is null. basically if the record doesn't contain data for a particular field then i don't want the query (and consequently the report) to display that record. for example, i have 50 records and only 35 of them contain values for a field named "requirements." in the corresponding query (and report), i only want to display the 35 records. is there some easy VBA code i could use and if so where would i put it?
thanks