I have a large database with a query containing name (40 characters) and ID (6 characters). I want to be able to do a quick find by typing in the name (or parrt of the name) whcih will display all those starting with the characters typed and the associated IDs. Then wehn you double-click on the name selected you can read in the relevant record using its ID code. If I populate a text box with name and ID it takes 15 seconds as there are 6000 records. Any ideas?