Access → Web lab

LabItems live demo

Online recreation of the first SaveAsText laboratory sample database (lab_phase0 / Phase 1 foundation — table LabItems with the same seed rows. Continuous-style list (Access continuous form) plus a bound edit form.

Source: MS Access lab fixture · Browser storage only (no server DB) · Master–detail · TaskList + VBA · Products

Continuous list

Maps from Access continuous form on LabItems (Phases 0–3 lab).

Id Item name Qty Unit price Active Actions

Bound form

Maps from Access bound form fields (ItemName, Qty, UnitPrice, Active).

What this demonstrates

Access source

First laboratory sample: table LabItems from the SaveAsText round-trip lab (Phase 0 foundation, used by Phases 1–3 forms).

Web mapping

Continuous list → data grid. Bound fields → form inputs. Seed rows match the Access fixture exactly.

Storage note

This static demo uses browser localStorage only. Production Access→web migrations use Cloudflare D1 (or SQL) as in the research pack.