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.
Open hides Done and inactive, like qselWorkTasksOpen.
| ID | Activity | Client | Status |
|---|
Work task
| ID | Company | Contact | Phone |
|---|
Client
| ID | Project | Start | Due |
|---|
Project
Save or select a project first, then add a task.
| Activity | Associate | Date |
|---|
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
tblTaskswith AssignedTo as a name. This istblWorkTaskwith FKs. - Associates are employees —
tblEmployeesmatches Time Card. - Clients are companies — frozen
tblCustomers, not salontblClient. - 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.