Recent content by MarcD

  1. M

    Building a agenda

    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
  2. M

    Building a agenda

    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
  3. M

    Building a agenda

    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
  4. M

    Updating a listbox according to the record you're viewing

    Thank you, it didn't work at first but now it does. The listbox name is Orders After making the code Orders.Requery It worked. Thanks again
  5. M

    Updating a listbox according to the record you're viewing

    Thank you for your reply. Unfortunatly, i still havent gotten it to work. Does it make any diffirence if i say i use Access 2002?
  6. M

    Updating a listbox according to the record you're viewing

    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...
Back
Top Bottom