I am posting in the hopes that someone may be able to help me with what I thought was going to be an easy update query.

I have a FILTERED form (frmMainAttrsImport) with two text boxes that I need to update only if the value is null on the filtered form (frmMainAttrsImport).

All of the indivduals in the same class will have the same proceed and report date
For instance the form opens asking the user for a class number which filters the table to show only those indivduals in that class. What I need from there is a query that will run checking for a null value in the following fields (prcd_date)(Rpt_Date). if the null value is found the user is asked to input either the proceed date or the report date, which will update all the records in that class only.