Populating a listbox with specific data rows.
I'm trying to populate a listbox(the listbox is optional. I can use anything) with specific rows from a access database. For instance, if the dates in the data column "Date" are the same, I want to populate those rows into a listbox(or textbox). What I'm trying to do is print certain rows of data from a VB front-end. I may be going about it the wrong way to begin with. There may be an entirely different way to do it that I don't know about. Any help would be great.