I believe that I should be able to pull in data from a Source db into the current db directly in a Text Display Object. Maybe I’m wrong but I can’t seem to figure out the proper syntax.
My Current db has 4 fields Code1, Code 2, Description1, & Description 2.
My Source db has 2 fields, ‘Code’ and ‘Description’.
My relation has CodeΩ in the Current db & the ‘Code’ field in the Source db as the Key Fields. The relation also shows the DescriptionΩ field is linked to ‘Description’.
If I have Auto Join enabled, when I enter a code into Code1, the proper description is entered into Description1.
I believe that I should be able to use the related( function in a Text Dispay box similar to the way I might use a Lookup but with a Relation already set up, I should be able to use the related( function instead. If I do the Auto Join and the Description is then sitting in that Description1 field, I could directly access that data but the reality is that I have 40 codes and the Descriptions are quite long, with over 80,000 records so I would like to just do the related( in the Text Display object without actually pulling any data into the db if it is not necessary.
My current formula in the Text Display object is…
related({Code1},”7-11 Echo Codes”)
The current error in the Text Display object is
“Field or Variable [Code1] does not exist.
What would the formula be in the Text Display object to display what could otherwise be Auto Joined into Description1?