Combobox Issue

J

JCCDevel

Hi,

We have a MS Access Data Project that is running on Access 2003 with
SP3. We are having an issue with a combobox that displays items
returned from a SQL Server stored procedure. The stored procedure
returns 30567 records, but only the first 30,000 are populated in the
box. Is there a limit to this control? Is it a setting somewhere in
the project?

I know you will all say that 30,000+ records in a combobox seems
crazy, but the users use "type-ahead" to get the item they are looking
for and it is a legacy application that we don't want to rewrite right
now.

Thanks on advance for your help.

JCC
 
S

Sylvain Lafontaine

Not sure but: Options | Advanced | Client-server settings: Default max
records

Increase this value from 30000 to 40000.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain aei ca (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)
 
J

JCCDevel

Not sure but: Options | Advanced | Client-server settings: Default max
records

Increase this value from 30000 to 40000.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain aei ca (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)










- Show quoted text -

Sylvain,

That did the trick! Thanks so much for your help!

JCC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top