Access → Web lab

LabItems live demo

Inventory list plus a bound edit form. Rows live in this browser only.

Source: MS Access lab fixture · Browser storage only (no server DB) · What this demo shows · Master–detail · TaskList + VBA · Demos

Continuous list

Maps from Access continuous form on LabItems.

Id Item name Qty Unit price Active Actions

Bound form

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

What this demo shows

The first SaveAsText lab table, LabItems, as a list plus a bound edit form.

  • Continuous list — click a row to load the current record.
  • Unsaved changes — leave a dirty record and you get Yes / No / Cancel (Access Me.Dirty).

Will this work when the data is in a database?

Yes. This page uses sample rows in this browser. The same Yes / No / Cancel prompt is what we keep when the save is a database call.

Sample data only. Not a live production system.