O
Oarageous
Hello,
I have two fields [target_adjacent] and [tanks or filling stations]
[target_adjacent] is a text field with a list box (target, adjacent (N),
adjacent (S), adjacent (E), adjacent (W)). [tanks or filling stations] is a
check box with a yes/no format.
I have two columns I need to update, each being represented by a check box;
target and adjacent
In the control source of the adjacent check box I have written:
=IIf([target_adjacent] like "*adjacent*",IIf(Sum([tanks or filling
stations])<0,-1,0))
Basically, when I have a record of adjacent* and there is a tank or filling
station I want the adjacent check box to update correctly by planing a check
box.
So far this is not working properly. Any ideas??
I have two fields [target_adjacent] and [tanks or filling stations]
[target_adjacent] is a text field with a list box (target, adjacent (N),
adjacent (S), adjacent (E), adjacent (W)). [tanks or filling stations] is a
check box with a yes/no format.
I have two columns I need to update, each being represented by a check box;
target and adjacent
In the control source of the adjacent check box I have written:
=IIf([target_adjacent] like "*adjacent*",IIf(Sum([tanks or filling
stations])<0,-1,0))
Basically, when I have a record of adjacent* and there is a tank or filling
station I want the adjacent check box to update correctly by planing a check
box.
So far this is not working properly. Any ideas??