1. There are no lists are in the Rent Roll
  2. I didn’t set any privacy settings, I didn’t want to restrict the user from seeing the entire rent roll.
  3. The Rent Roll itself only contains text, numbers, dates and one yes/no field, 20 in total. It’s not necessarily bare-bones but I didn’t consider that using two tables to store all this related data made sense.

The Rent Roll does have 3 fields that could be calculated but I didn’t know if calculating them as they enter the database or as I need them would be best. Given that the current presentation speed is slow, I’m inclined to calculate it in the database rather than add any extra time during the display process. In the example that I recorded I don’t even access those particular fields.