Locate the file msjet40.dll on your hard disk. There should be one copy
only, and it will typically be in windows\system32. Right-click it, and
choose Properties. On the Version tab, you should see:
4.08.xxx.0
The xxx numbers don't matter, but if you don't see the 8, get SP8 for JET 4.
Access works fine with hundreds of records in the RowSource of a combo, and
even into thousands. If you need to refer to tens of thousands, consider
delay-loading the combo, i.e. don't load the rowsource until the 3rd or 4th
keystroke, so only a few hundred records are actually loaded and it all
happens between keystrokes. There's an example of how to do that in:
Combos with Tens of Thousands of Records
at:
http://allenbrowne.com/ser-32.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Susan Bricker" <slbrick@verizon.net> wrote in message
news:s3Vve.280$Tc.14192@news.uswest.net...[color=blue]
> Allen,
>
> Thank you for the information. Since I am at work I will probably have
> to work with some support group here to get the service pack update.
> Two more questions ...
>
> 1. How do I find out the latest service pack that is loaded on my
> machine?
> 2. I just checked, and the value for the maximum number of rows in a
> list to display is currently defined as 1000. For this particular
> combobox that number should be sufficient. However, for other
> applications, is it acceptable to bump that number up to a VERY LARGE
> number? How large a number is acceptable and what are the constraints?[/color]