Scrollbar on Listbox in Access 2007

  • Thread starter Thread starter M Skabialka
  • Start date Start date
M

M Skabialka

I hvae a listbox in Access 2007 where the text can be from 15 to about 50
characters. Rather than have a very wide listbox, how can I have a
horizontal scrollbar on the bottom? The property doesn't seem to be
available.

Mich
 
Am 08.06.2010 23:15, schrieb M Skabialka:
I hvae a listbox in Access 2007 where the text can be from 15 to about
50 characters. Rather than have a very wide listbox, how can I have a
horizontal scrollbar on the bottom? The property doesn't seem to be
available.

Mich
Hi there,

horizontal scrollbars can be added if you use 2 colums. You may add a
dummy colum with a really small width (not 0). That should work fine :)

Regards
Jörn
 
I was using 0" for the second column, but 0.001 works.
Thanks for the help,
Mich
 
Back
Top