G
Guest
I am trying to set up a Form with two check boxes that when both are set will
put a certain value in a number field in the table. Any other condition will
have a second value placed in the field. I've had limited suggess in getting
this to work. I need to have the value saved for each record in order to use
that value later on to determine the status of the record.
(i.e. Check1 and Check2 are set. The number -1 would then be set in the
[StatusCode] field. If any other combination of the two is set then the
number 0 would then be placed in [StatusCode])
What I want is to determine if a certain Electronic system is up or down
depending on the criteria selected by the Check Boxes. Any ideas?
put a certain value in a number field in the table. Any other condition will
have a second value placed in the field. I've had limited suggess in getting
this to work. I need to have the value saved for each record in order to use
that value later on to determine the status of the record.
(i.e. Check1 and Check2 are set. The number -1 would then be set in the
[StatusCode] field. If any other combination of the two is set then the
number 0 would then be placed in [StatusCode])
What I want is to determine if a certain Electronic system is up or down
depending on the criteria selected by the Check Boxes. Any ideas?