Hi all,
I have a form with 6 textboxes.
The form is intended to query a table.
A user can leave some textboxes blank and fill in a value in 1-6 (at least one) textboxes and in any combination.
If I try to create fixed queries to handle all possible combinations I will end up with a lot of queries and I will probably lack some queries anyway.
How can I deal with this problem more dynamically?
/Kent J.
I have a form with 6 textboxes.
The form is intended to query a table.
A user can leave some textboxes blank and fill in a value in 1-6 (at least one) textboxes and in any combination.
If I try to create fixed queries to handle all possible combinations I will end up with a lot of queries and I will probably lack some queries anyway.
How can I deal with this problem more dynamically?
/Kent J.