I have a working system (sales and stock) i would like the system to show me when a customer placed their last order.
i have made a query to show the shop name (from the customer table) and the date of sale (from the sales table)
the query works but shows all the sales carried out. so if one shop has 10 sales the query will display that shop name 10 tens, whereas i would only like to show the last or lastest sale.
I have made a report based on this query - maybe its more easy to look at the attachment
any ideas anyone? Thanks