Bob Vance said:
My List box is only one line and I want to cover the scroll bars with
something I can have "DAYS" on a label or control button ...........but
can seem to cover them!
List boxes aer tricky, because they always want to be on top. But if your
list box is only one line, you ought to be able to set its Height, Width,
and ColumnWidths properties such that no scroll bar will ever be displayed.
The scroll bars aer only displayed when there is data to be displayed that
can't be seen without scrolling.
Also, if your list box only has one line, it's possible some other type of
control could be used instead -- possibly a text box with a DLookup
expression. Have you considered that?