Hi,
I have a seemingly simple issue I cannot solve.
Table “Prices”:
Primary Key: Band
Lots of other columns
Table “Clients”:
Calculated Field: Band (Calculated by multiple factors in the table Clients)
How can I access the other columns in Prices via joining on Band? I can’t make it a linked field as it is calculated??
Thanks,
A.

