Blake81
Well-known member
I'm trying to work on an application to help learn some different parts of VB a bit better. I'm going to keep a contact list in the database, and the application will look up contacts based on which field you entered (first name, last name, address, etc.). I'd like it to look up the contact when you hit Tab after entering the info. I tried putting messageboxes in the KeyDown and KeyPress events, but it doesn't catch the tab key and just tabs between textboxes. How can I do this? Thanks.