I have a database for daily activities, in the database Master_tbl keeps track of which forms I filled out for the day. I have separate reports for each table, I would like when I select a given day it will only pull the reports for that day. For example one day I might fill out Clean-up log and employee detail, and another day I might only fill out one report. I know using subreport I can pull all the reports in one, but I want just the reports that was filled out for that day.
Master_tbl keeps track of all other tables using Master_ID.
Master_tbl keeps track of all other tables using Master_ID.