Two list boxes in sync.

  • Thread starter Thread starter Ömer Ayzan
  • Start date Start date
Ö

Ömer Ayzan

Friends, I'd like to synchronize to list boxes. Single column on both. The
one on the right has check box style while on the left not. Because of the
check box, the height of rows are increased a bit for the right listbox.
Therefore the same row number on the left is not level with the one on the
right. How can I overcome this problem. As far as I know there is no way to
adjust row heights for list boxes. Am I better off if I use Listview in
report mode inplace of a listbox?

Thanks in advance,

Ömer Ayzan
 
Maybe you can use 2 subforms with both a datasheet form.
1 having the field and checkboxm the other only the field.
For sure you can set the height on a datasheet.

- Raoul
 
Back
Top