I have a subform in a main form. I want to put those new added items in the subform (or the selected ones if possible) to be appeared in a report with other information that is coming from other tables. So, my approach to this matter so far, was to create a query and then used that as source for my report. In the query criteria I also put Date() to only show the data that was entered today. But my problem is that I want to have a report button right on the main form, to only print items regarding to that form along with other related info coming from query. I greatly appreciate it if you can guide me on this matter.