![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table which has multiple flags set for various eventand can be true or false. The table is constructed along the lines of FieldName Record 1 Record 2 Record 3 Section Alpha Bravo Charlie DocumentName Transcript137 Transcript145 Transcript189 RequiredForEventA True False False RequiredForEventB False False False RequiredForEventC False False False RequiredForEventD False True False RequiredForEventE False False False RequiredForEventF False False False RequiredForEventG False False False RequiredForEventH False True False Etc... In the example above, I only want to pull out Record 3 as Section Charlie and Transcript 189 entries are all False. I relaise this can be done by using a Union Query and adding records to the selection of the flag is false, and also using and IIF() function, the only problem being neither solution is particularly elegant. Has anyone found a simple way to check that all specified flags in the record are False? As you've discovered, this is not the ideal design for the question you are |
![]() |
| Thread Tools | |
| Display Modes | |
| |