Hi
I have two tables Customers and Orders. They are linked on CustID
I want to be able to find the latest order date (Order Date) for each customer
Any ideas
Thanks
Mike
Hi
I have two tables Customers and Orders. They are linked on CustID
I want to be able to find the latest order date (Order Date) for each customer
Any ideas
Thanks
Mike
Best answer by ScottWorld
Create a rollup field that points to the order date field, and use this formula:
MAX(values)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.