I have a report written based on a query of three joined querys. One query forces the report to prompt users to enter a beginning date range and then an ending date range. I used the "between" function in this criteria with the date range.
I would like to take the "between" value of the date beginning and ending date range from the one query and apply this to another query critera. Right now the querys are joined by the "part num".
Could I simply add another join to the date fields? Would this be an outer join? Can Access do this? Or is there a way to take the inserted keys in value from one query and insert it into another query's field criteria?
I would like to take the "between" value of the date beginning and ending date range from the one query and apply this to another query critera. Right now the querys are joined by the "part num".
Could I simply add another join to the date fields? Would this be an outer join? Can Access do this? Or is there a way to take the inserted keys in value from one query and insert it into another query's field criteria?