M
Milton Snider
I have a web page which contains a list box. The list box has 55 rows of
choices. The user can choose at most 10 topics of interest by holding down
the control key. The web page stores the values in an access DB in a single
field separated by commas. The table might look like:
mytable
id choices
1 1,2,5,33,44,45,46,49,50,53
2 40,43,45,46,47,48,49
I need to count all the instances of 1
I need to count all the instances of 2
etc so that I know the most popular topics. I don't think I know how to
accomplish this. The only solution I have is to export to excel and maybe
try that unique function. Any ideas of how to do this in access 2002?
thanks
Milton
choices. The user can choose at most 10 topics of interest by holding down
the control key. The web page stores the values in an access DB in a single
field separated by commas. The table might look like:
mytable
id choices
1 1,2,5,33,44,45,46,49,50,53
2 40,43,45,46,47,48,49
I need to count all the instances of 1
I need to count all the instances of 2
etc so that I know the most popular topics. I don't think I know how to
accomplish this. The only solution I have is to export to excel and maybe
try that unique function. Any ideas of how to do this in access 2002?
thanks
Milton