P
Peter
Hi again,
How do I restrict the form to close (this is what happens after update) when
the below runs…i.o the result of this expression is further action..in this
case to choose other then “Bagâ€
If (Me.Bag = "Apples") And IIf (Me.Days = IsNull > 30) Then
Me.Days.SetFocus
MsgBox "Bla..bla bla "
End If
Thank you!
How do I restrict the form to close (this is what happens after update) when
the below runs…i.o the result of this expression is further action..in this
case to choose other then “Bagâ€
If (Me.Bag = "Apples") And IIf (Me.Days = IsNull > 30) Then
Me.Days.SetFocus
MsgBox "Bla..bla bla "
End If
Thank you!