Hey there,
Here’s the situation:
Table 1: Customers
Table 2: Orders
Both are linked via a customer ID. I’d now like to show the date of the first order and the date of the last order in two columns on the customers table. Is there any chance to do that? I do have a date field on the orders table of course.
Thanks,
Frank