What I have right now is a query that shows a few columns of data when I make a selection in my combo box. What I'd like to figure out, is have the query log multiple rows of information. What I mean is, if I make Selection1 in my combo box and then proceed to choose Selection2, I want the query to store two rows of data displaying the columns of Selection1 and Selection2.