Listbox

D

Derek Hart

I want to fill a listbox with items in a continuous form. Each row has
different data. I thought about storing the data in the table in the form of
a value list, such as:

"John Smith";"123 Main Street"
"Doris Smith";"7725 Lorne Street"

I could hardcode the listbox to have 2 columns and size it properly. But
this does not seem to work. I cannot name a Value List for a listbox, and
set the row source to be bound to a table field.

Any ideas?

Derek
 
Top