I have created a Dashboard and have been able to nest the tables as such
Table 1 ->> Table 2 -->> Table 3 --->> Table 4 & 5
This all works great as long as the person entering data enter each table in order and has at least one record for each table.
that only problem I have is when one of the records is not finished in the set.
so say in one record you are missing the Data or there is no information yet for Table 3 and Table 4 & 5
when you view this record Table 3 will say NO RECORD but Table 4 & 5 will display the data from the previous viewed record before instead of displaying NO RECORD.
What I would like to know is there some kind of code I can add into the events section that will clear all tables before loading the correct information. and if there is no corresponding data in a certain table it will display No Record