have a google for some custom listview controls, some if these can do what you are after and a whole lot more, they take some getting used to but they are so good.
> > > Is is possible to add a checkbox to a listbox item? If so how
> > > Here's what I would like to do...I have a list that user can build to determine the sort order of a report. I would like to add another column that contains a checkbox to tell if user wants subtotal for that field.
> > >
> > > Thanks for your help!!
> > > Al
> >
> > Hi,
> > Save youself some aggrivations... use a Grid object with 2 columns. First column the sort order,
> > second column the checkbox.
> > Pete from the Great White North. (Only in Canada, ay.) Over and Out ...
>
> Hi Pete,
>
> I've thought about it...but the nice thing about the list is that you can easily change the sort order by dragging the items around.
>
> Thanks,
> Al