From cac756165ba27907180053b3ef8383ce4422a4d6 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Thu, 6 Jul 2023 19:18:23 +0200 Subject: [PATCH] Update readme --- examples/master-detail-forms/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/master-detail-forms/README.md b/examples/master-detail-forms/README.md index afee92a9..14c6ae22 100644 --- a/examples/master-detail-forms/README.md +++ b/examples/master-detail-forms/README.md @@ -3,7 +3,9 @@ This example shows how to handle inserting data into multiple tables with a one-to-many relationship. -![db schema](./screenshots/db-schema.png) +| Database Schema | SQLPage Form | +| --- | --- | +| ![db schema](./screenshots/db-schema.png) | ![user addition](./screenshots//user-add-screenshot.png) | A single master page features two forms based on two related tables or views. Users insert data in the master form first to update information from the parent table.