G
Guest
I have a table with a field that has several values separated by a ; and a
space (the values are entered into the table through a milti-select box).
I know and I have been told that it is not advisable to have fields
containing several values, but in this case it seems to serve my purpose best.
My question is how can I use a form to place a parameter in a query that
will filter the multi-value field? For example on fields with only one value
the: forms![formname]![value] works fine. But it doesn't work on the
multi-value fields.
How is the exact syntax if I need to use LIKE and/or * or maybe something
else?
Thanks in advance.
Niels
space (the values are entered into the table through a milti-select box).
I know and I have been told that it is not advisable to have fields
containing several values, but in this case it seems to serve my purpose best.
My question is how can I use a form to place a parameter in a query that
will filter the multi-value field? For example on fields with only one value
the: forms![formname]![value] works fine. But it doesn't work on the
multi-value fields.
How is the exact syntax if I need to use LIKE and/or * or maybe something
else?
Thanks in advance.
Niels