Scrolling Tables list

C

Crop scout

When I use the scroll bar to move up and down the list of tables or queries
etc, the list continues to vacillate after I stop sliding the bar; making it
difficult to find the item I want to select. This seems to be worse with my
new computer. Are there settings I should adjust.
 
R

Risse

Crop scout said:
When I use the scroll bar to move up and down the list of tables or
queries
etc, the list continues to vacillate after I stop sliding the bar; making
it
difficult to find the item I want to select. This seems to be worse with
my
new computer. Are there settings I should adjust.
 
P

Peter Hibbs

Try this - in the form's On Load event add :-

Dim X As Long

Me.YourListBoxName.Requery
X = Me.YourListBoxName.ListCount


where YourListBoxName is the name of your list box.

Peter Hibbs.

On Thu, 1 Apr 2010 19:52:01 -0700, Crop scout <Crop
 
R

Roger Carlson

There is a known bug with Access 2007 SP2 that involves scrolling the
Navigation Pane.

If you click the scroll bar or press PgDn to move down the list, it moves
one page worth, then keeps moving a few more times over several seconds.

There is a hotfix available here: http://support.microsoft.com/kb/973405
 
M

Maurice

This is a bug and can be resolved by applying the following hotfix:

http://support.microsoft.com/default.aspx/kb/973405?p=1

This is a hotfix by demand and should only be applied when applicable to a
certain situation. Don't install this on pc's where the functionality is
working correct.

This hotfix has to be downloaded and is packaged with a returnmail which
will supply the necessary password for unzipping the file.

hth
 

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