frmPropertiesManaged is called from fdlgSelectStaffPropertyManager. It is a columnar form bound to tblStaff, which displays number, name, and branch number of staff. The form contains a subform, fsubPropertiesManaged. The subform is a tabular form, bound to a query that lists the number, address, and staff number of managing staff member of all properties. Form and subform are linked on staff number.
Record selectors, navigation buttons and scrollbars are removed from frmPropertiesManaged. The vertical scrollbar is left on the subform. The properties of frmPropertiesManaged are set to prevent any data entry, edits or deletions. The format of the controls is set to flat, rather than sunken, to indicate to the user that the information is read-only.
The Close command button closes the form.