473,657 Members | 2,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access List of Values Incomplete

I have a combo box with a query for a list of names etc. The table has 250,000 rows. The query returns 250,000 rows. But the list returns only 97,000 rows and then shows blank columns after that, so it appears to be returning 250,000 rows but most of them incomplete. So, I have names from A to D but nothing after that.

The table was initially an SQL rdbms table but I've imported the data directly into Access with no change in results. BTW, I have another database with a combo box on essentially the same data, and it works fine. I'm at a loss.

Any ideas?

Access 97. <sigh I know, 'tis old..

Yes, I've compacted/repaired the database.
--
Brian
Sep 13 '06 #1
3 2114
On Wed, 13 Sep 2006 09:52:21 -0400, "Brian Graham"
<Gr*****@psac-afpc.comwrote:

That's WAY too many records for a list (I'm assuming you mean a
dropdown list). You may get timing issues resulting in incompletely
filled lists.
Rather do this: have the user type the first few characters in an
empty dropdown; then query the datasource and return only a thousand
or so matching rows.

-Tom.

>I have a combo box with a query for a list of names etc. The table has 250,000 rows. The query returns 250,000 rows. But the list returns only 97,000 rows and then shows blank columns after that, so it appears to be returning 250,000 rows but most of them incomplete. So, I have names from A to D but nothing after that.

The table was initially an SQL rdbms table but I've imported the data directly into Access with no change in results. BTW, I have another database with a combo box on essentially the same data, and it works fine. I'm at a loss.

Any ideas?

Access 97. <sigh I know, 'tis old..

Yes, I've compacted/repaired the database.
Sep 13 '06 #2
I'll give that a try. The other database does indeed restrict the data by region and therefore is only about 10% of the size. Thanks for the quick response!
--
Brian
>>Tom van Stiphout<no**** *********@cox.n etSeptember 13, 2006 10:14:08 am >>>
On Wed, 13 Sep 2006 09:52:21 -0400, "Brian Graham"
<Gr*****@psac-afpc.comwrote:

That's WAY too many records for a list (I'm assuming you mean a
dropdown list). You may get timing issues resulting in incompletely
filled lists.
Rather do this: have the user type the first few characters in an
empty dropdown; then query the datasource and return only a thousand
or so matching rows.

-Tom.

>I have a combo box with a query for a list of names etc. The table has 250,000 rows. The query returns 250,000 rows. But the list returns only 97,000 rows and then shows blank columns after that, so it appears to be returning 250,000 rows but most of them incomplete. So, I have names from A to D but nothing after that.

The table was initially an SQL rdbms table but I've imported the data directly into Access with no change in results. BTW, I have another database with a combo box on essentially the same data, and it works fine. I'm at a loss.

Any ideas?

Access 97. <sigh I know, 'tis old..

Yes, I've compacted/repaired the database.


Sep 13 '06 #3
Brian Graham wrote:
I have a combo box with a query for a list of names etc. The table has 250,000 rows. The query returns 250,000 rows. But the list returns only 97,000 rows and then shows blank columns after that, so it appears to be returning 250,000 rows but most of them incomplete. So, I have names from A to D but nothing after that.

The table was initially an SQL rdbms table but I've imported the data directly into Access with no change in results. BTW, I have another database with a combo box on essentially the same data, and it works fine. I'm at a loss.

Any ideas?

Access 97. <sigh I know, 'tis old..

Yes, I've compacted/repaired the database.
--
Brian

Do yourself a test sometime. Create a dummy form with a combo box and
select the top 10000 records. Now open the form and attempt to slide
the vertical bar of the combo. Expecting to work with 250000 rows in a
combobox is ludicrous, let alone 10000.

I suggest creating a continuous form with those records. In the header
band create a field where they can select a column to search for (if you
want to provide search options) and a field to search on the value
entered. In the footer, have 2 command buttons to select the record
or cancel the search.

When the person hits the enter key on the search field, the form filters
on that value. See the Filter and FilterOn properties in online help
for more info.
Sep 13 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4935
by: Andrew L. Gould | last post by:
This email is semi-off topic; but documents a problem and the server-side solution when using MS Access as a client to many (all?) database servers. I decided to post the problem/solution because the MS Access error message is very misleading. For those of you creating applications using PostgreSQL with MS Access clients: PostgreSQL will allow bit fields to hold null values. I consider this to be valuable because a null boolean field...
14
5406
by: Sean C. | last post by:
Helpful folks, Most of my previous experience with DB2 was on s390 mainframe systems and the optimizer on this platform always seemed very predictable and consistent. Since moving to a WinNT/UDB 7.2 environment, the choices the optimizer makes often seem flaky. But this last example really floored me. I was hoping someone could explain why I get worse response time when the optimizer uses two indexes, than when it uses one. Some context:
7
8850
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I want my users to be able to select a report, click on a command button on a form, which will then automatically create the report as a pdf file and save it to the user's machine. I am using Adobe Acrobat (5.0 I think) and have Adobe Distiller as a
11
6584
by: Grasshopper | last post by:
Hi, I am automating Access reports to PDF using PDF Writer 6.0. I've created a DTS package to run the reports and schedule a job to run this DTS package. If I PC Anywhere into the server on where the job is running, the job runs sucessfully, PDF files got generated, everything is good. If I scheduled the job to run at the time that I am not logged into the server, Access is not able to print to the printer. The error is pretty...
33
7617
by: Steven Taylor | last post by:
Hope someone can help. This is half an Access question. The half I'm using is Access Xp as a backend data file. I'm using ODBC to connect to the data file. All commands are via SQL type statements (SELECT, UPDATE & INSERT INTO). (I'm using/trialling Realbasic as a frontend). After inserting a record (row) into a table using "INSERT INTO ...." what is the easiest way to obtain the value of a counter field for the record just...
9
4430
by: incredible | last post by:
how to sort link list of string
7
2968
by: alex221 | last post by:
In need to implement a tree structure in which every node has arbitrary number of children the following code has come into mind: using std::list; template < class Contents class Tree_node{ Contents cn; list < BTree_node < Contents children; ........
4
12427
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is this: can Access create the document and place it as an OLE object to the relevant table? Any help is greatly appreciated. Ricky
40
2711
by: nufuhsus | last post by:
Hello all, First let me appologise if this has been answered but I could not find an acurate answer to this interesting problem. If the following is true: C:\Python25\rg.py>python Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) on win32 Type "help", "copyright", "credits" or "license" for more
0
8413
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7352
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.