Greetings,I'm creating a form which will be used as an output. It is an
itinerary where various flight details are presented on a leg-by-leg
basis. Part of the leg-by-leg data is the list of passengers, anywhere
from 0-45 names. I need to display them in two columns, with their
passenger number. (Number 1, number 2, number 3.) If there are 24 names
to display, I need to display two columns of 12 names each. In column 1
I should have passenger numbers 1-12 and in column number 2 I should
have pas...