Heh, well, the date variable name isn't the problem.
I seriously have no clue what to change to make it display a week at a time,
Any help and suggestions would be appreciated.
Thanks in advance
Thank you for your reply.
I have it working for just one date only, however, i am having trouble getting it to work for multiple days.
I am fairly new at Access.
Thank you in advance for any help you may offer
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...