Hi All,
I thought this would be relatively simple but struggling as keeping errors. I have a lookup field in a table [Quotes] which retrieves vehicle type from table [Vehicles]. I'm trying to use the lookup field to retrieve the cost of this vehicle type from the [Vehicles] table to use in a subsequent calculation. I've tried using a formula column with [Vehicles].[Cost] using the table name or [Type].[Cost] using the lookup field name, but get invalid syntax error. Also tried calculated column, but get the same issue. Am I using the wrong syntax, is my lookup set incorrectly or is it not possible?
Thanks in advance