Just thought I would post a little more info regarding the problem I am having in the hope that someone might be able to help.
Here is the code I am using:
I pasted this into notepad to make it easier but if you cannot read it, see below:
User11
CASE
WHEN [User12] = "true" THEN "true"
WHEN [User13] = "true" THEN "true"
ELSE
"false"
END
User12
CASE
WHEN [User11] = "true" THEN "true"
WHEN [User13] = "true" THEN "true"
ELSE
"false"
END
User13
CASE
WHEN [User11] = "true" THEN "true"
WHEN [User12] = "true" THEN "true"
ELSE
"false"
END
When I check any of the boxes the tick applies to all boxes. So far, so good but
When I uncheck a box the problems start:
I keep trying different code but gradually get in a mess.
If there are any clever people out there who might be able to help I would love to hear from you.
Regards
A complete novice.