N
nir020
I have created a table in access which is has three columns, one is Name,
which refer to the name of person making the order (duplcates allowed), one
is order date (duplicates allowed) and the final column contains the an order
ID (which is the primary key). It show orders made by people and the date
they were made on.
What I want to do is create a query that produces a table that shows the
latest order date for each person and the order ID. Please note that some
people have made more than one order on a single day, and I would like to
show all these orders.
which refer to the name of person making the order (duplcates allowed), one
is order date (duplicates allowed) and the final column contains the an order
ID (which is the primary key). It show orders made by people and the date
they were made on.
What I want to do is create a query that produces a table that shows the
latest order date for each person and the order ID. Please note that some
people have made more than one order on a single day, and I would like to
show all these orders.