So I have a subform that tracks delays there can be many delays for every main record. Users will start a delay and others will close them or complete them by entering the completed date / time. So before the save or unload
on the main form I want to check the subform for any delays that are not complete. If the HoursDelay is Null on any delays entered for this main record
then it would be incomplete. For some reason I can't catch it. Any idea's??
on the main form I want to check the subform for any delays that are not complete. If the HoursDelay is Null on any delays entered for this main record
then it would be incomplete. For some reason I can't catch it. Any idea's??
Code:
If IsNull(Forms![Frm-mainformname]![subfromname].[HoursDelay] <> "") Then