Johnnycat1
Programmer
This is the line that keeps returning the error but for the life of me, I can't see what is missing.
concatenate("SELECT [Fixture Type] FROM[TblFixtureDetailing] WHERE [Lamp Type]=" & [TblFixtureDetailingLampTypes].[Lamp Type])
The error returns
"Syntax Error (Missing Operator) in Expression '[Lamp Type]=100A'.
100A is the Lamp Type from TblFixtureDetailingLampTypes.
Any Suggestions???
concatenate("SELECT [Fixture Type] FROM[TblFixtureDetailing] WHERE [Lamp Type]=" & [TblFixtureDetailingLampTypes].[Lamp Type])
The error returns
"Syntax Error (Missing Operator) in Expression '[Lamp Type]=100A'.
100A is the Lamp Type from TblFixtureDetailingLampTypes.
Any Suggestions???