Hi,
I want an If then that fires a MsgBox if a control on my mainform is null and a control on the subform is not null.
Any help would be appreciated
Here is what I have tried:
If Not IsNull(Forms!frmLoad!frmLoadDetails_subform.cboImp lants) And Me.btnPCD = No Then
MsgBox "Implants - Must include PCD in load!", vbExclamation