Listbox Scroll Bar

P

PeterM

I'm working with AC2003. I have a listbox on a form that gets populated via
a query. It loads it find. However, when there are more entries than can be
displayed, it automatically displays the vertical scroll bar, which I would
expect. However, when I click on the scroll bar to scroll down to see the
hidden entries, it highlights the first entry in the listbox and does not
scroll down. The listbox is enabled and locked. I want users to see but not
select the entries, all of the entries therefore the need for the vertical
scroll bar. What am I doing wrong?

Thanks in advance for your help!
 
J

Jeff Boyce

Peter

Perhaps a listbox is not the tool/control you need to use, given that you do
NOT want the users selecting an item from the list.

Have you looked into other ways to display the data/records? Say, a
subform?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top