Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 25th, 2004, 05:23 AM
Authorized User
 
Join Date: Nov 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Default Listbox doesn't populate all the records

I have a listbox which doesn't show all the records when there are more than about 40 records in the query result set. The query is a simple select query with two parameters. The lisbox works fine with 5 to 20 records but when it gets to 40 rows, the users do not see all of them. The list is updated by selecting records in the listbox and clicking a button which runs an update query. As a result these rows are removed from the listbox and the rows which were not showing suddenly show up! It seems like the listbox is working well but with some limitations. I have also run the query which is used for the recordsource of the listbox independently in datasheet view and all the records come up. The problem seems to be only when I try to show all the records in the listbox.
Can anyone help me with this problem or has anyone encountered such problems with listboxes?
Please note that the size of the mdb is only 7MB which I suppose that Access Jet engine can handle quiet well.

 
Old April 25th, 2004, 10:32 AM
Authorized User
 
Join Date: Jun 2003
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try this after the selections are completed:

DoCmd.Requery [controlname]



Kenny Alligood





Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate ListBox seananderson Access VBA 13 April 18th, 2007 11:46 AM
populate listbox from SQL server Stanny Access 1 May 30th, 2005 08:11 AM
How to: Populate Filename to listbox? mdtcao Beginning VB 6 1 May 11th, 2005 10:25 PM
active directory populate listbox new_bie C# 1 March 17th, 2005 10:31 AM
populate combo-boxs and listbox ez BOOK: Beginning Access VBA 1 June 8th, 2004 12:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.