scottemotive
Registered User.
- Local time
- Today, 02:55
- Joined
- Oct 13, 2004
- Messages
- 36
Hi
My db is below
http://emotiveexposed.mysite.wanado....co.uk/test.mdb
i have a series of checkboxes in sections
Compliance and Quality
here is my required scenario
what i want is if compliance checkbox.value = 1 then flagawarded = "Red Flag"
else "n/a"
if quality checkbox.value = 1 then flagawarded = "amber flag"
but if both compliance checkbox.value = 1 AND quality.value = 1 then flagawarded = "Red Flag"
so that red flags are priorty over amber flags even tho they are both ticked
also related to this question how can i get evaluationscore.value = "n/a" if flagawarded = "Red Flag"
thank you
My db is below
http://emotiveexposed.mysite.wanado....co.uk/test.mdb
i have a series of checkboxes in sections
Compliance and Quality
here is my required scenario
what i want is if compliance checkbox.value = 1 then flagawarded = "Red Flag"
else "n/a"
if quality checkbox.value = 1 then flagawarded = "amber flag"
but if both compliance checkbox.value = 1 AND quality.value = 1 then flagawarded = "Red Flag"
so that red flags are priorty over amber flags even tho they are both ticked
also related to this question how can i get evaluationscore.value = "n/a" if flagawarded = "Red Flag"
thank you