I have a requirement to produce a query, where a user needs to select from 1 to 500 (and any combination in between) products from a table of 500 part numbers. I want to use the selected part number(s) as the criteria for a query. I have tried using a multi-select list box and using the In() method for getting the criteria into my query. This method works but scrolling through a 500 item list is somewhat slow and looks very messy.
My reason for wanting the user to select the numbers is to avoid typo's in the query criteria.
Any query guru's out ther got any other ideas on how to tackle this.
Thanks in advance for your time and assistance.
My reason for wanting the user to select the numbers is to avoid typo's in the query criteria.
Any query guru's out ther got any other ideas on how to tackle this.
Thanks in advance for your time and assistance.