473,503 Members | 2,173 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 2106
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.netSeptember 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
4923
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...
14
5385
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
8821
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...
11
6551
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...
33
7578
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...
9
4398
by: incredible | last post by:
how to sort link list of string
7
2955
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{ ...
4
12412
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...
40
2688
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...
0
7205
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,...
0
7093
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...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7349
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...
1
7008
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...
0
7467
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5022
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4688
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
746
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.