Hi, I've made a form what has a subform, the subform is auto populated with records after someone updates a combo box. Next the person needs to fill in an empty "text" field with data for each record in the subform, the number of records always changes.
Sometimes a record can be missed and that messes things up. I can't turn on "requires data" for the field because the records are being auto created.
I've been trying to make code that will go to the first record in the subform and then scroll through the records and if a specific field is empty in that record it will pop a message and exit sub. If it gets through all the records without that field being empty it can close.
I've been playing with loops and recordsets and at one point thought I was close but can't get it.
Any help would be appreciated!