P
Peter
Hi all..and thanks for all assistance..
I have a questions regarding more then one expression in a sub..i am dooing
something very wrong..
Private Sub Bag_Status_AfterUpdate()
If Me.Shopping_bag= "Closed" And Not IsNull(Me.Shopping_Sum) Then
MsgBox "blab la bla
End If
End Sub
Above function well...I would like to add the following two expressions in
the same sub
If Me.Shopping_Bag = "Closed" And "Green" (Me.Category) Then
MsgBox "bla bla bla!"
If Me.Type = Fruits And IsNull (Me.Kilograms) Then
MrsBox “blab la blaâ€
Kilograms fieled is by default 0
Am I missing a logical operator..And / Or…
I am doing something wrong..
Thanks!
I have a questions regarding more then one expression in a sub..i am dooing
something very wrong..
Private Sub Bag_Status_AfterUpdate()
If Me.Shopping_bag= "Closed" And Not IsNull(Me.Shopping_Sum) Then
MsgBox "blab la bla
End If
End Sub
Above function well...I would like to add the following two expressions in
the same sub
If Me.Shopping_Bag = "Closed" And "Green" (Me.Category) Then
MsgBox "bla bla bla!"
If Me.Type = Fruits And IsNull (Me.Kilograms) Then
MrsBox “blab la blaâ€
Kilograms fieled is by default 0
Am I missing a logical operator..And / Or…
I am doing something wrong..
Thanks!