I believe that I have found another error in the Ceil Inn tutorial.
In the area where they are creating a subform (RoomOccupancySummary) the control source for Room Use
is stated:
=[sbfOccupancies]*[Form]*[txtRateTotal]
I believe it should be:
=[sbfOccupancies]*[Form]*[txtRoomUse]
in other words replace [txtRateTotal] with [txtRoomUse] and it should work.
I am not sure what the formula is doing (I know it is calculating Room Use, but I am not clear how it is doing that), but on examining the other two formulas it appears that this correction is required.
Is this accurate?
Thanks in advance.
Respectfully,
Lou_Reed