SOLVED - Writing the selections of a list to the database
Posted: Fri Jul 29, 2011 3:23 pm
I have checkboxes that open up lists of choices that can be multi-highlighted.
I need to create a string for each skill (many of them).
Here is what I have so far:
if the hilite of btn "ckArtsCrafts" then
put the hilite of btn "listAandC" into AandC
answer AandC
end if
I know it's not right. How would I write the line:
put the hilite of btn "listAandC" into AandC
to make it correct. Again, it is a multi-select list, so how would I write all the highlighted choices to one string?
Thank you.
Mike
I need to create a string for each skill (many of them).
Here is what I have so far:
if the hilite of btn "ckArtsCrafts" then
put the hilite of btn "listAandC" into AandC
answer AandC
end if
I know it's not right. How would I write the line:
put the hilite of btn "listAandC" into AandC
to make it correct. Again, it is a multi-select list, so how would I write all the highlighted choices to one string?
Thank you.
Mike