G
Guest
I am trying to get a pop-up message box to appear based on field in subform
when main form loads with following code:
Private Sub Form_Load()
If Not
IsNull(Forms![f*GeneralInformationWITHQUOTE]![fSubformStatus]![RevisedPOReceived]) Then
MsgBox "Revised PO Not Received"
End If
End Sub
I have entered this so many ways trying to get it to work and keep getting
error messages and now with the above - nothing happens!!
Please tell me what I am doing wrong! The help is greatly appreciated.
PHisaw
when main form loads with following code:
Private Sub Form_Load()
If Not
IsNull(Forms![f*GeneralInformationWITHQUOTE]![fSubformStatus]![RevisedPOReceived]) Then
MsgBox "Revised PO Not Received"
End If
End Sub
I have entered this so many ways trying to get it to work and keep getting
error messages and now with the above - nothing happens!!
Please tell me what I am doing wrong! The help is greatly appreciated.
PHisaw