I have three tables, data in the tables have a master-detail relationship, what I want to do is have one view layout combines all the content - how do I do this?
My tables are project_info, service2 & service3 - and preferablely I would want the view layout on project info to combine the information related to the specific project - is this possible?
Do I need to set up another table that combines all data?
Once again, thanks in advance for your help.
A.