Click to See Complete Forum and Search --> : My assignment is due tomorrow morning


ChrisDIllon
February 15th, 2000, 12:14 PM
I have a program where I want to search for either an employee id, last name or state. Doing that is not the problem, what I want to know is if the search results can be displayed in a datagrid. If not, I know I can make the results display in a listbox, but I would then need to pass the selected listbox index to the form. I have a search set up now that will search through the recordset and and display the first record matching the search criteria in the controls on the form, but if there are more than 1 record that matches the search criteria, the user can not view the results of the second record found and on. Could sombody please help me, my assignment is due on Wednesday, February 16,2000. Thanks in advance

Kyle Burns
February 15th, 2000, 01:11 PM
You might want to consider using a list view for this if you can choose your control.