Thanks for your suggestion sir, but what if i use combobox instead for listbox with more than 10000 records in ms access form, how can i fill these records into the combobox.
Sorry Magi but I still think 10,000 records in a combo box is way too many. I think you should rethink the whole structure of the problem and your solution.
Can your items be categorized? By date? By alphabet? By Department? Can you develop relationships? e.g. Instead of creating a listbox or combobox of all inventory items. First have the users select from equipment type, then by equipment subtype and lastly the equipment. So the user may first select Pipe and equipment type, then Hardened Steel and lastly 24 inch. If one doesn't have that kind of narrowing down, you will really cheese off your users as they could be looking through literally thousands of entries.
thankx for your reply, actually my user need to know the description about the inventory, by its number. so i need to put a combbox or listbox in my form.
Sorry, but I have to agree with Rewdee. Have you ever had to scroll through a listbox or combobox with 10,000 entries? Yuck...
If I understand what you're doing correctly, I think a more user-friendly way would be to have the user type in the item number in a textbox, then have an AfterUpdate event to find and display the correct item description.
If all you want to do is display item numbers and descriptions, use a continuous form instead of a listbox.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.