In dreamweaver I am trying to enter an "ALL" list value
I have 3 labels and 3 corresponding values,
but I am trying to create an option for the user to select "ALL"
Should I just enter
1,2,3
in the value section
will this populate my recordset correctly ?
Is this the correct format to use for multiple values for a label ?
I understand that if I was to use
BETWEEN 1 AND 3
that the creation of a WHERE query section would not "like" the possible format
e.g.
WHERE XXXXXX = colname (Actually BETWEEN 1 AND 3)
because you should not follow an " = " with "BETWEEN"
Hope this makes sense ?
Thanks