Search results

  1. T

    Filter form by two list boxes (web macro)

    Access 2010/ web database/ web macro: I have my Task Form, with a Task Subform. The subform should be filtered first by the list box ListWeeknumber, then the tasks displayed for the actual week should be filtered by the list box ListDepartments. I'm thinking something like this...
  2. T

    'Next week' filter button?

    Access 2010/ web database: The main form is named Task Week Form, and the sub form is named Task Week Subform. The form query is just a basic select query from the the Tasks table, which amongst others contains a StartDate field for each task. How can I program a button to filter the subform...
  3. T

    Access 2010 web DB: combo box basic problem

    Hello, I am working on a simple Access 2010 web database, purpose: task administration for a few of the departments in my company. Tables: Tasks and Departments Both tables are properly setup, with a lookup for DepartmentName in the Tasks table. I have already made a Task datasheet containing...
Back
Top Bottom