Forum Discussion
- KingslySamuel1Qrew Assistant CaptainYou have to bring the relevant fields from one table to the other table as "lookup" fields (in the relationship) and then create a report to show all the details needed by using the filtering option. And, I hope in one of your tables you save information about the "date of each order".
- SamKrauszQrew CadetI am looking to get when the item was first time ordered & only if it was ordered during last week then it should come up
How can this be done? - MichaelBarrowQrew CadetCreate a Summary field in the Products table in the relationship and call it [Earliest Order Date] and make it the Minimum Date from the Details table. Then, you can use this date to filter in your report.
- MichelleMichellQrew CadetIs a new product added to the table in the same week it is first ordered? If so, you could make a summary report based off of the record's Date Created instead of creating a new field.