combBox row limit Changed on me

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a several combo boxes in my app doing various things. Over the last
week, several behave differently. The users are calling saying that they can
no longer find their entry. The ones that I have checked on have values
being returned by either a stored proc, or the table they are bound to, but
they don't return all of them any more. They did last week, so I don't think
I hit the limit.
What have I done that altered their behavior?

Thanks,
Steve
 
I went to Tools > options > Advanced tab and the Clien Server setting Default
max records had been changed to 10000. I needed it a little bigger.

I do not know how this got changed, but this fixed it. I looked at another
..adp that still behaved normally, and it was bigger.
 
Back
Top