I'm trying to develop a Database application for use in a Real Estate business.
I have 6 tables related in sequence using a PK/FK system.
The first table is a Units table which has details of all the saleable inventory in a project, like Size, Configuration, Wing, Floor etc. I have a Yes/No field titled Status, which indicates whether the Unit is Sold or Not.
The other tables are Bookings, Customers, Billing, Payments and Receipts. I have created many queries to manipulate and calculate data across tables.
I have created several Forms to keep updating the data in the Tables.
My question is - When a Bookings Form is filled to add data into the tables, the mere act/event of making entries (and Saving) into the Form should auto-populate the Yes/No field in the Units Table, without having to keep the Yes/No field on the form itself.
Is there some way to do it.