Hello again Im trying to print fields from two other tables. Im struggling to get the referenced table to show up in the PDF. My template is roughly this:
<<LOOKUP(Table1.[Items], Table2, Items , Result )>> (this one is not working, says it cannot find Table1)
<<[Items from Table1]>>
<>
Table1 and Table2 are referenced throu the [Items] field.
How do i make it to print from both tables?