Each page keeps the Access table and form behaviour. Open a demo for a short list of the Access features it shows — combos that store IDs, split lists, dirty-record save prompts, and the rest. Rows are labelled Sample A/B/C so they are clearly not production records.
Nifty Access conversion of Microsoft's Issues template (tblIssues plus lookups). Split list and detail. Open filter. Mark Resolved. Data in this browser. Shared D1 sandbox (sample data only). Original .accdb is on Microsoft's site, not a download here.
tblEvents diary: EventName, StartAt, EndAt, Location. Upcoming filter. Mark Done. Sample data in this browser.
tblStudents register plus tlkpStudentLevel. Split list and detail. Level combo stores the ID. Mark Inactive. Sample data in this browser.
Training with attendance: courses, students, instructors, schedules, and enrolments. Not the Students year-group register. Sample data in this browser.
Club groups, dated sessions, members, roster, and roles. Not Complaints members. Sample data in this browser.
People and companies, phones, emails, addresses, and named lists. Combos store IDs. Not the parked Contacts slug. Sample data in this browser.
Family Support: one person form in three wrappers (Client, Carer, Sibling). Not Contact book. Sample data in this browser.
Charity donor register: person or organisation, phones as rows, donations, Gift Aid CSV. About CCRM. Browser demo only -- the Access file is not a download. Sample data in this browser.
Organisation members and membership terms (type, date, amount). Not Clubs and not Complaints members. Sample data in this browser.
tblAssets register plus category and condition lookups. Combos store the IDs. Mark Retired. Sample data in this browser.
Stock is not a field. In Stock is the signed sum of additions and removals (Access DSum). Sample data in this browser.
Products, customers, and orders. Available is acquisitions minus disposals minus quantities sold. Not the Microsoft cupboard Inventory demo. Sample data in this browser.
tblVehicles and tblExpenses. Expense type combo stores the ID. Select a vehicle to see its expenses (Access subform). Mark Sold. Sample data in this browser.
tblTransactions plus categories. Kind and category combos store IDs. Menu: Transactions or Categories. Sample data in this browser.
tblEmployees and tblWorkHours. Work-code combo stores the ID. Select an employee to see their hours (Access subform). Menu: Employees or Hours. Sample data in this browser.
tlkpInfo: one lookup table, several lists. Combo stores the ID. Edit opens a pop-up for that list only. Hide Me, add a value, combo refreshes. Sample data in this browser. How the lookup system works. VBA and Access download.
Calendar popup writes the date back to the calling box (Access NiftyDatePicker). Go! or double-click. Sample data in this browser.
Web twin of AuditTrailSample.accdb. Notes, field-level log (old/new/who/when), read-only history. Body is logged here; Access data macros skip it. Sample data in this browser.
Same audit-trail screens, shared Cloudflare D1 (like Issues D1). Anyone on the URL sees the same notes and log. Sample data only. Compare with the localStorage twin.
Popup find form (Access frmSearch). Find opens it; Show Selected Record writes the contact back. Boxes declare the field, abc* / *abc* / *abc. Sample data in this browser.
Speech to text. Two boxes, one popup, microphone transcribes, Use this writes back (like the date picker). Browser demo, no database. Chrome or Edge.
Pick a category; the product combo lists only that category. Combos store IDs. Sample data in this browser.
tblTasks plus optional project, status and priority combos that store IDs. Open filter. Mark Complete. Sample data in this browser.
Work against a client, assigned to an employee. Not the personal Tasks to-do. Sample data in this browser.
tblBugs plus a comment thread. Status, category, and priority combos store IDs. Open filter. Mark Resolved. Sample data in this browser.
Workplace incidents with parties, location, and disciplinary actions. Not Issues, Bugs, or Complaints. Sample data in this browser.
Members (company or contact in one table) and their complaints, with activities and levies. Not Issues or Bugs. Sample data in this browser.
tblMarketingProject plus deliverables. Budget vs the sum of child cost. Status and priority combos store IDs. Sample data in this browser.
Properties, tenants, leases, and payments. Type combos store IDs. Menu: Properties, Tenants, or Leases. Sample data in this browser.
Estate-agency listings with brokers, sellers, and interested buyers. Not the landlord Real estate book. Sample data in this browser.
tblCalls plus tblCustomers and tblEmployees. Combos store IDs. Open filter. Mark Resolved. Sample data in this browser.
Equipment due dates, inspection log, and readings. Inspector combo stores the employee ID. Sample data in this browser.
Salon book: clients, appointments, and services. Open filter. Combos store IDs. Sample data in this browser.
Properties, buildings, units, and guest bookings. Not the Real estate landlord book. Sample data in this browser.
Residential inspections: residences, room findings, inspectors. Not Calibration. Sample data in this browser.
Publications, articles, and subscribers. Combos store IDs. Sample data in this browser.
Non-paying lot: associates, visitors, plates, in and out stays. Not fleet Vehicles. Sample data in this browser.
Older SaveAsText lab: frmTasks-style New, Save, Delete, Mark Complete. Not the canonical tblTasks page.
Simple inventory list and bound edit form (name, qty, price, active).
Parent groups and child rows linked by ParentId — the Access subform pattern.