G
Guest
I have a combo box that contains three choices (i.e. Yes, No, Mabye). I need
to be able to create a new table based on each separate choice or I need to
be able to export it to Excel as three different items (columns) so I can
count how many of each choice was selected. So I need to be able to create a
Yes table, a No table and a Maybe table or I need to be able to export this
into a spreadsheet so I get three columns: Yes, No, Maybe so I can use the
CountA function to determine how many of each were selected.
I was hoping there might be a way to use a Query (Make Table Query?) to do
this but I can't figure out how to create a query that can simply split or
parse the three choices in the Combo Box and put them into three separate
tables (or three separate columns in a spreadsheet).
I hope this makes sense and thanks for any help you can provide
to be able to create a new table based on each separate choice or I need to
be able to export it to Excel as three different items (columns) so I can
count how many of each choice was selected. So I need to be able to create a
Yes table, a No table and a Maybe table or I need to be able to export this
into a spreadsheet so I get three columns: Yes, No, Maybe so I can use the
CountA function to determine how many of each were selected.
I was hoping there might be a way to use a Query (Make Table Query?) to do
this but I can't figure out how to create a query that can simply split or
parse the three choices in the Combo Box and put them into three separate
tables (or three separate columns in a spreadsheet).
I hope this makes sense and thanks for any help you can provide