A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Scrolling Tables list



 
 
Thread Tools Display Modes
  #1  
Old April 2nd, 2010, 03:52 AM posted to microsoft.public.access
Crop scout
external usenet poster
 
Posts: 1
Default Scrolling Tables list

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.
  #3  
Old April 2nd, 2010, 10:10 AM posted to microsoft.public.access
Peter Hibbs
external usenet poster
 
Posts: 871
Default Scrolling Tables list

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
wrote:

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.

  #4  
Old April 2nd, 2010, 03:58 PM posted to microsoft.public.access
Maurice
external usenet poster
 
Posts: 1,585
Default Scrolling Tables list

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
--
Maurice Ausum


"Crop scout" wrote:

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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.