Sample data · this browser only

Work tasks

Office work: a task code, assigned to an employee, optional client and project. Combos store IDs. Startup is fmnuMain.

What this demo shows · Tasks is a personal to-do — this is work against a client · Demos

Work tasks (fmnuMain)

Open a list. This is the Access switchboard, not the Access Navigation Pane.

What this demo shows

A Microsoft Access office task book in the browser: an activity code, an employee, an optional client company, and an optional project.

  • Not personal Tasks — that slug is tblTasks with AssignedTo as a name. This is tblWorkTask with FKs.
  • Associates are employeestblEmployees matches Time Card.
  • Clients are companies — frozen tblCustomers, not salon tblClient.
  • Tasks child tab — idle until the project is saved. Combos store IDs.
  • Unsaved changes — Yes / No / Cancel before leaving a dirty record.

Will this work when the data is in a database?

Yes. Task, client, employee, and project are separate tables with FKs. The source vacation/sick task-code catalog is omitted this pass.

Sample data only. Source: Tasks on access-diva.com.