K
kaykayit
I have modified the Contacts form to include 3 listboxes.
Two listboxes uses PossibleValues property to populate and
the third listbox has 2 columns and uses a two dimensional
array to populate. All listboxes are bound to 3 different
keywords fields. I have added the listboxes on page 2 of
the form. I have also added a textbox for each listbox on
the 1st page of the form and bound to the same field of
each listbox. I used a button on the first page to set
focus to the corresponding listbox on the second page.
Everything works fine when creating a new contact.
However, once the contact is saved, the listbox populated
by an array does not show all of the values in the array.
It only shows the values that are selected and not all the
items in the array.
Please help.
Thanx
Two listboxes uses PossibleValues property to populate and
the third listbox has 2 columns and uses a two dimensional
array to populate. All listboxes are bound to 3 different
keywords fields. I have added the listboxes on page 2 of
the form. I have also added a textbox for each listbox on
the 1st page of the form and bound to the same field of
each listbox. I used a button on the first page to set
focus to the corresponding listbox on the second page.
Everything works fine when creating a new contact.
However, once the contact is saved, the listbox populated
by an array does not show all of the values in the array.
It only shows the values that are selected and not all the
items in the array.
Please help.
Thanx