Connecting Tech Pros Worldwide Help | Site Map

Combo Box not displaying all rows

  #1  
Old July 17th, 2006, 01:25 AM
Col
Guest
 
Posts: n/a
Hi - I'm using Access 2000. I have a combo box with 4 columns based on
a query with 4 columns. The query has 111 records. The combo box will
only display 11. When I had 3 columns, it displayed all records. When I
added the 4th column, it initially displayed 17 records. I made a
change to the query, and now it only shows 10 of the records. I've
compacted and repaired without any change. I tried recreating the combo
box using the wizard, and I'm now back to 17 records...

Any suggestions?

  #2  
Old July 17th, 2006, 01:55 AM
Col
Guest
 
Posts: n/a

re: Combo Box not displaying all rows


Just wanted to add that if I change the combo box back to 3 columns, it
works fine.

Col wrote:
Quote:
Hi - I'm using Access 2000. I have a combo box with 4 columns based on
a query with 4 columns. The query has 111 records. The combo box will
only display 11. When I had 3 columns, it displayed all records. When I
added the 4th column, it initially displayed 17 records. I made a
change to the query, and now it only shows 10 of the records. I've
compacted and repaired without any change. I tried recreating the combo
box using the wizard, and I'm now back to 17 records...
>
Any suggestions?
  #3  
Old July 17th, 2006, 09:45 AM
Nick 'The Database Guy'
Guest
 
Posts: n/a

re: Combo Box not displaying all rows


Can you give more detail, the sql from the query would be helpful.

Might have something to do with the SELECT, SELECT DISTINCT , or SELECT
DISTINCTROW part of the query, or the grouping but without more detail
I cannot tell, I doubt that anyone else can either.

Good luck

Nick


Col wrote:
Quote:
Just wanted to add that if I change the combo box back to 3 columns, it
works fine.
>
Col wrote:
Quote:
Hi - I'm using Access 2000. I have a combo box with 4 columns based on
a query with 4 columns. The query has 111 records. The combo box will
only display 11. When I had 3 columns, it displayed all records. When I
added the 4th column, it initially displayed 17 records. I made a
change to the query, and now it only shows 10 of the records. I've
compacted and repaired without any change. I tried recreating the combo
box using the wizard, and I'm now back to 17 records...

Any suggestions?
  #4  
Old July 18th, 2006, 01:25 PM
Col
Guest
 
Posts: n/a

re: Combo Box not displaying all rows


Hi - is this what you are looking for..?

SELECT [EENames].[EEID], [EENames].[LastName], [EENames].[FirstName],
[EENames].[DateEntered] FROM EENames;


Nick 'The Database Guy' wrote:
Quote:
Can you give more detail, the sql from the query would be helpful.
>
Might have something to do with the SELECT, SELECT DISTINCT , or SELECT
DISTINCTROW part of the query, or the grouping but without more detail
I cannot tell, I doubt that anyone else can either.
>
Good luck
>
Nick
>
>
Col wrote:
Quote:
Just wanted to add that if I change the combo box back to 3 columns, it
works fine.

Col wrote:
Quote:
Hi - I'm using Access 2000. I have a combo box with 4 columns based on
a query with 4 columns. The query has 111 records. The combo box will
only display 11. When I had 3 columns, it displayed all records. When I
added the 4th column, it initially displayed 17 records. I made a
change to the query, and now it only shows 10 of the records. I've
compacted and repaired without any change. I tried recreating the combo
box using the wizard, and I'm now back to 17 records...
>
Any suggestions?
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Service Pack 3 & Combo box problem biganthony via AccessMonster.com answers 2 September 20th, 2007 08:45 AM
changing a datagrid to a combo box Doug answers 3 November 17th, 2005 12:15 PM
3rd try: COMBOBOX not displaying all rows Susan Bricker answers 7 November 13th, 2005 12:22 PM
Combo Box inital value to display Dave N answers 2 November 12th, 2005 05:53 PM