I have Access 2010 as a front end linked to a SQL database back end. I have a report with two tables (“Orders”, “Notes”) joined on a common field [OrderID].
Each record in the Orders table has four corresponding records in the Notes table (for four types of note). Each set of four records in the Notes table has the same value in a date/time field [NotesDateTime] that is set when each set of four note records is created.
The report lists fields from each record in the Order table as a header line, followed by fields from the corresponding four records in the Notes table as four detail lines. So far, so good.
However, I want to show the date/time value from each set of four records in the Notes table not repeated four times in the four detail lines (i.e., along with other fields on the four note records) but once in the header line (i.e., along with fields from the Order table). Is this possible?