Sample data · this browser only

Access-shaped pages in the browser

Representations of Issues, Events, Students, Assets, Vehicles, Ledger, Time card, Lookups, Tasks, Inventory, Bugs, Marketing, Real estate, Listings, Calls, Calibration, Appointments, Rentals, Inspections, Publications, Parking, Contact book, Lab items, and master-detail. Data lives in this browser only. Not a live production system.

Demos

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.

Issues

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.

Events

tblEvents diary: EventName, StartAt, EndAt, Location. Upcoming filter. Mark Done. Sample data in this browser.

Students

tblStudents register plus tlkpStudentLevel. Split list and detail. Level combo stores the ID. Mark Inactive. Sample data in this browser.

Courses

Training with attendance: courses, students, instructors, schedules, and enrolments. Not the Students year-group register. Sample data in this browser.

Clubs

Club groups, dated sessions, members, roster, and roles. Not Complaints members. Sample data in this browser.

Contact book

People and companies, phones, emails, addresses, and named lists. Combos store IDs. Not the parked Contacts slug. Sample data in this browser.

Families

Family Support: one person form in three wrappers (Client, Carer, Sibling). Not Contact book. Sample data in this browser.

CCRM

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.

Membership

Organisation members and membership terms (type, date, amount). Not Clubs and not Complaints members. Sample data in this browser.

Assets

tblAssets register plus category and condition lookups. Combos store the IDs. Mark Retired. Sample data in this browser.

Inventory

Stock is not a field. In Stock is the signed sum of additions and removals (Access DSum). Sample data in this browser.

Shop stock

Products, customers, and orders. Available is acquisitions minus disposals minus quantities sold. Not the Microsoft cupboard Inventory demo. Sample data in this browser.

Vehicles

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.

Ledger

tblTransactions plus categories. Kind and category combos store IDs. Menu: Transactions or Categories. Sample data in this browser.

Time card

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.

Date picker

Calendar popup writes the date back to the calling box (Access NiftyDatePicker). Go! or double-click. Sample data in this browser.

Audit trail

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.

Audit trail D1

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.

Search form

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.

STT-1

Speech to text. Two boxes, one popup, microphone transcribes, Use this writes back (like the date picker). Browser demo, no database. Chrome or Edge.

Synchronized combo boxes

Pick a category; the product combo lists only that category. Combos store IDs. Sample data in this browser.

Tasks

tblTasks plus optional project, status and priority combos that store IDs. Open filter. Mark Complete. Sample data in this browser.

Work tasks

Work against a client, assigned to an employee. Not the personal Tasks to-do. Sample data in this browser.

Bugs

tblBugs plus a comment thread. Status, category, and priority combos store IDs. Open filter. Mark Resolved. Sample data in this browser.

Incidents

Workplace incidents with parties, location, and disciplinary actions. Not Issues, Bugs, or Complaints. Sample data in this browser.

Complaints

Members (company or contact in one table) and their complaints, with activities and levies. Not Issues or Bugs. Sample data in this browser.

Marketing

tblMarketingProject plus deliverables. Budget vs the sum of child cost. Status and priority combos store IDs. Sample data in this browser.

Real estate

Properties, tenants, leases, and payments. Type combos store IDs. Menu: Properties, Tenants, or Leases. Sample data in this browser.

Listings

Estate-agency listings with brokers, sellers, and interested buyers. Not the landlord Real estate book. Sample data in this browser.

Calls

tblCalls plus tblCustomers and tblEmployees. Combos store IDs. Open filter. Mark Resolved. Sample data in this browser.

Calibration

Equipment due dates, inspection log, and readings. Inspector combo stores the employee ID. Sample data in this browser.

Appointments

Salon book: clients, appointments, and services. Open filter. Combos store IDs. Sample data in this browser.

Rentals

Properties, buildings, units, and guest bookings. Not the Real estate landlord book. Sample data in this browser.

Inspections

Residential inspections: residences, room findings, inspectors. Not Calibration. Sample data in this browser.

Publications

Publications, articles, and subscribers. Combos store IDs. Sample data in this browser.

Parking

Non-paying lot: associates, visitors, plates, in and out stays. Not fleet Vehicles. Sample data in this browser.

TaskList (lab)

Older SaveAsText lab: frmTasks-style New, Save, Delete, Mark Complete. Not the canonical tblTasks page.

Lab items

Simple inventory list and bound edit form (name, qty, price, active).

Master-detail

Parent groups and child rows linked by ParentId — the Access subform pattern.