I know pretty much nothing when it comes to Access reports, I can use the Wizard and that's about it. So I am needing some help on how to create a particular report. I have a variable that comes from a combo box and what I need is a report that gives me all the information about that variable. For example if you selected the Last Name "Smith" from the combo box, Smith would be stored in the variable LName. Say there is a table called Information and in Information would be last name, first name, address, ect.. Now there could be more than one Smith in that table so what I want is a report that will print out all the data where the Last Name in the Table Information = Lname. I'm sure this is possible in some way. Isn't it???