I have a function that opens a recordset based on a query of products. There is never more than 30 or so records within this recordset, so I wasn't thinking of performance when I coded it. Anyways, it loops through the records, looking for any null values in a particular field, then warns the...