Hello,
Forgive the off topic post, just not sure where else to get the best answer.
I have an application where I use a list box from which multiple selections
can be made. When a selection is made and the form is submitted, that
selections ID is sent to the appropriate table column. If two selections are
made, both ID's are sent to the column, etc.
My problem is that I can't query the data for display the way I want to
because the query can't distinguish that there are 2 ID's in the column.
Instead it seems to think there is just one.
So if...
Netscape has an ID of "1"
and
Internet Explorer has an ID of "2"
and both are selected and input into the table column.. the data in the
column looks like "12".
But "12" isn't a valid ID so my query returns nothing.
What would I need to do to correct this?
TIA
--Bob
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.