Mocha Float
New member
- Local time
- Today, 13:49
- Joined
- Feb 15, 2013
- Messages
- 9
Hello,
Firstly, I'd like to point out that I'm using Access 2010 Web.
So I have a table of "rules" that determines if an input in a form is valid or not. For example, if I choose A for one combo box, another combo box might be filtered to only show x, y and z based on my table. However, for some rules, I list, for example, "NOT x" as opposed to having a huge amount of records containing every possibility of values that aren't x. Of course when querying, it reads "NOT x" as a string instead of seeing NOT as a keyword.
So my question is:
Is there a way around this where I could keep the simplicity of using negations in a table (maybe another method of simplicity?), or would I have to list all the possibilities in my table of rules?
Firstly, I'd like to point out that I'm using Access 2010 Web.
So I have a table of "rules" that determines if an input in a form is valid or not. For example, if I choose A for one combo box, another combo box might be filtered to only show x, y and z based on my table. However, for some rules, I list, for example, "NOT x" as opposed to having a huge amount of records containing every possibility of values that aren't x. Of course when querying, it reads "NOT x" as a string instead of seeing NOT as a keyword.
So my question is:
Is there a way around this where I could keep the simplicity of using negations in a table (maybe another method of simplicity?), or would I have to list all the possibilities in my table of rules?