|
Allowing multiple choices of
data elements enables people
to customize views of your
data and adds value to your
applications. In this sample
code, user inputted
choice(s) are added to the
basic sql statement
to draw them from the db.
Since the input from the
dropdown menu comes through
comma delimited it is simply
written into the statement
without modification. Two
simple for next loops
determine which elements are
part of the record set and
displays them accordingly.
Date: Aug, 06 2000 |