P
Peter
I am doing something very wrong…
Form. Fruits. Field. Colours
Subform. Basket
In the subform and in a combox “after update†event I want the following code:
If Me.Type = “Banana†And Form![Fruits].[Colours] = And Not Is “yellow†or
“green†Then
MsgBox. ,….
In other words, Type “Banana†can not be chosen if Colours are other then
green or yellow..
Am I thinking right here….?
Form. Fruits. Field. Colours
Subform. Basket
In the subform and in a combox “after update†event I want the following code:
If Me.Type = “Banana†And Form![Fruits].[Colours] = And Not Is “yellow†or
“green†Then
MsgBox. ,….
In other words, Type “Banana†can not be chosen if Colours are other then
green or yellow..
Am I thinking right here….?