Sample data · this browser only

Rentals

Rental property management: properties, units, and guests. A building sits under a property. A booking puts a guest in a unit. Startup is fmnuMain.

What this demo shows · Real estate is a landlord lease book — this is multi-unit rentals · Demos

Rentals (fmnuMain)

Open a list. This is the Access switchboard, not the Access Navigation Pane.

What this demo shows

A Microsoft Access rental book in the browser: a property, its buildings and units, and guests booked into those units.

  • Not Real estate — that slug is tblProperty / tenant / lease. This is tblRentalProperty → building → unit → guest booking.
  • Buildings child tab — idle until the property is saved.
  • Bookings child tab — idle until the unit is saved. Combos store IDs.
  • Unsaved changes — Yes / No / Cancel before leaving a dirty record.

Will this work when the data is in a database?

Yes. Property, building, unit, guest, and booking are separate tables with FKs. Parking, utilities, photos, and move-in inspections from the Access Diva model are omitted this pass.

Sample data only. Source: Property Management on access-diva.com.