Hi
I have CR XI pulling against an Access database.
Can anyone tell me what the syntax for SQL is in CR XI?
I have tried single quotes, as in CR X, but I get an error message.
I have also tried using the formula editor
I get with both an error message:
Anyone know what this means?
ribbons
I have CR XI pulling against an Access database.
Can anyone tell me what the syntax for SQL is in CR XI?
I have tried single quotes, as in CR X, but I get an error message.
Code:
SELECT 'TestName' FROM 'Germreadings' Where 'Testname' = "Germination"
I have also tried using the formula editor
Code:
SELECT `GermReadings`.`testname` FROM `Germreadings` WHERE `GermReadings`.`TestName` = 'Germination'
I get with both an error message:
Code:
Error in compiling expression. Syntax error in query expression
Anyone know what this means?
ribbons