P
Peter
Hi all!...i have this issue. In a forms “after update†event I use the
following expression:
1. I receive error message “optional argumentâ€
2. 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..to
choose other then “Bagâ€
3. How do I insert a line brake in a MsgBox..
If (Me.Bag = "Apples") And IIf (Me.Days = IsNull > 30) Then
Me.Days.SetFocus
MsgBox "Bla..bla bla "
End If
Thanks for a assistance!..should above been devided into three separate
questions?
following expression:
1. I receive error message “optional argumentâ€
2. 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..to
choose other then “Bagâ€
3. How do I insert a line brake in a MsgBox..
If (Me.Bag = "Apples") And IIf (Me.Days = IsNull > 30) Then
Me.Days.SetFocus
MsgBox "Bla..bla bla "
End If
Thanks for a assistance!..should above been devided into three separate
questions?