G
Guest
Hi,
I would like some help doing this. I have created a field that would hold
these values, called PLANCOUNT. I have 12 different check box fields that I
need to count and update PLANCOUNT with. Would an update statement similar to
this do the job:
UPDATE tablename
SET PLANCOUNT = **this is where I have trouble with**
The desired end result would be a number representing the number of fields
that are checked (True).
Any help would be greatly appreciated.
Thanks.
I would like some help doing this. I have created a field that would hold
these values, called PLANCOUNT. I have 12 different check box fields that I
need to count and update PLANCOUNT with. Would an update statement similar to
this do the job:
UPDATE tablename
SET PLANCOUNT = **this is where I have trouble with**
The desired end result would be a number representing the number of fields
that are checked (True).
Any help would be greatly appreciated.
Thanks.