Hello,
I want to build a agenda, like the one shown in the image below.
I have no idea how to start.
Any help would be greatly appreciated.
Thanks in advance
Hi
I have a database containing 3 tables (for now):
Customers
Orders
Catagories
Now i also have a form with customer information.
In that form is a listbox with a query statement, so that should display wich orders are placed by that customer.
SELECT Orders.[Order-ID], Orders.Description...