I have not really worked much with Views ... I usually work with Tables directly ... Any help is appreciated!
Looking at a View supposedly created from a parent table .. with all the parent table fields PLUS say 3 additional colums added?
Is that possible?
Does updating data in the view update the original table data? ... I presume the 3 caluculated fields in the View which are NOT in the parent table is not a problem, right? They will be ignored by the parent table I presume since it has no knowledge of them, right?
Looking at a View supposedly created from a parent table .. with all the parent table fields PLUS say 3 additional colums added?
Is that possible?
Does updating data in the view update the original table data? ... I presume the 3 caluculated fields in the View which are NOT in the parent table is not a problem, right? They will be ignored by the parent table I presume since it has no knowledge of them, right?