I am trying to puzzle out how to do something and am hoping that the
members of this list can help.
I have a list of keywords (with check boxes beside them) that I want
to display in columns on a screen. That list of key words can be
anywhere from 5 - 45 words. I would like there to be no more then
10 words in a column. Once there are ten words in a column then I
would like to add a new column beside the first and add new columns
(of 10 keywords) until all of the keywords are displayed on the
screen.
I have an idea that his could be done by creating a table then using
WORepetitions and conditionals to control the display of columns.
The thing is I am not sure if this is really possible. Can anyone
suggested a better approach or whether they think I'm on the right
track?