Access source
First laboratory sample: table LabItems from the SaveAsText round-trip lab (Phase 0 foundation, used by Phases 1–3 forms).
Access → Web lab
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.
Maps from Access continuous form on LabItems (Phases 0–3 lab).
| Id | Item name | Qty | Unit price | Active | Actions |
|---|
Maps from Access bound form fields (ItemName, Qty, UnitPrice, Active).
First laboratory sample: table LabItems from the SaveAsText round-trip lab (Phase 0 foundation, used by Phases 1–3 forms).
Continuous list → data grid. Bound fields → form inputs. Seed rows match the Access fixture exactly.
This static demo uses browser localStorage only. Production Access→web migrations use Cloudflare D1 (or SQL) as in the research pack.