Access Kanbantt is a Microsoft Access project manager with a modern browser-based UI. It combines a Kanban board, Gantt timeline, and analytics dashboard while keeping data and business logic in Access.
- Plan work visually with board and timeline views
- Track progress, risk, and overdue work in one dashboard
- Keep existing Access workflows and data ownership
- Support multi-user updates with change-log based sync
- Board: drag/drop tasks across Backlog, To Do, In Progress, Review, Done
- Gantt: schedule and adjust task timelines
- Dashboard: KPI cards, status and priority breakdowns, board health
- Open
Kanbantt.accdbin Microsoft Access (Windows). - Reconnect the backend file.
- Open form
frmKanbantt. - Create a board, then add tasks from Board or Gantt view.
view/: HTML/JS frontend (index.html,kanban.html,gantt.html,dashboard.html)cls/: VBA classes (router, services, repositories, bridge)bas/: shared JSON/type/change-log modules
- Technical and developer guide: README.md


