S
Susan
I want to put the records returned by a query into two listboxes. The records
are presorted in this query. If there are an even number of records, I want the
first half of the records in the first list box and the last half in the second
listbox. If there are an odd number of records, I want 50% +1 of the records in
the first listbox and the remaining records in the second listbox. For example,
15 records: 8 in #1 and 7 in #2.
How do I write the rowsource expressions for the two listboxes?
Thanks!
Susan
are presorted in this query. If there are an even number of records, I want the
first half of the records in the first list box and the last half in the second
listbox. If there are an odd number of records, I want 50% +1 of the records in
the first listbox and the remaining records in the second listbox. For example,
15 records: 8 in #1 and 7 in #2.
How do I write the rowsource expressions for the two listboxes?
Thanks!
Susan