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.
I believe John is correct that you have no choice but to use hidden
controls: that through SQL, you only have access to the bound column in a
list box or combo box.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.