I am trying to create a Search function in my database form. The user clicks on the "FIND" button which pops up a search window. In there, they type in someone they want to search for (i.e. type in an employer name). When the user clicks on "Search", I want the function to search my database for that employer and list all results in a ListBox. I need help with this (understanding the process to complete this function, Visual Basic code, etc.).