I have 2 combo boxes called RuleFrom and RuleTo.
A rule consists of 5 components; Title, Chapter, Article, Topic and SubTopic
Each combo box contains all components of the rule in separate columns.
My query has to select Rules based on the RuleFrom and RuleTo combo boxes
and it needs to compare each component individually to do this.
Yes, I could store the selected Rule components in hidden controls - which
is what i will do if I cannot refer to specific combo box columns in SQL.