Hi Anthony, One way would be to build a Task view that refers to those Project columns (e.g. Project.Style Guide, etc; perhaps with Shared Columns, if that makes it more readable), add the report to a dashboard, then (under such a Task) add a Custom Tab that "points" at the dashboard (e.g. naming it "Style Guide Etc"), so that when the user clicks that tab, the dashboard comes up, the report auto-filters to the Task in question, and (without showing anything about the task specifically), that Project Information is then neatly presented, and always up to date (e.g. should -- horrors -- something change on the project at the last minute). On the other hand, if you really do need it on the Task's custom form itself, you could create 1:1 calculated custom parameters on the Task (e.g. Task Style Guide) that "pull" from the Project whenever the Task is edited (e.g. =Project.Style Guide), or whenever the Project is first filled in (e.g. =IF(ISBLANK(Task Style Guide),Project.Style Guide,Task Style Guide), depending on which approach better suits your needs. Regards, Doug Doug Den Hoed - AtAppStore