D
depawl
I need to specify a date field (MyDate) to be empty if certain
conditions in my form are met:
If <Conditions Met> Then
Me.MyDate.Value = Empty (or Contains No Data or IsNull)
I don't seem to be able to get it to work.
Thanksl
conditions in my form are met:
If <Conditions Met> Then
Me.MyDate.Value = Empty (or Contains No Data or IsNull)
I don't seem to be able to get it to work.
Thanksl