If I populate a listbox with an array, does Access save the rows to disk ?
I want to populate a listbox with a small static table, and add two columns to it which are calculated on the fly.
I can create my array from the static table (say 12 rows x 6 columns)
I can create the two columns by...