Scrolling Tables list

  • Thread starter Thread starter Crop scout
  • Start date Start date
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.
 
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.
 
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
 
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
 
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
 
Back
Top