DanG
05-28-2008, 12:03 PM
I suck at VBA, but I'm still trying to work my way through it.
I can not get this code to work...
If IsNull(Me.OBusDMAprvlDate) = False And IsNull(Me.OBusHOName) = True Then
MsgBox ("Fill in your name dummy")
Else
MsgBox ("Hello")
End If
If "OBusDMAprVlDate" has a date in it I want to make "OBusHOName" to be required, otherwise no entry required for either field.
I have tried several combinations and no luck. :confused:
Thank you
I can not get this code to work...
If IsNull(Me.OBusDMAprvlDate) = False And IsNull(Me.OBusHOName) = True Then
MsgBox ("Fill in your name dummy")
Else
MsgBox ("Hello")
End If
If "OBusDMAprVlDate" has a date in it I want to make "OBusHOName" to be required, otherwise no entry required for either field.
I have tried several combinations and no luck. :confused:
Thank you