I have to use a Microsoft Access application. (At least until I've got time to rewrite it in another language.)
I've got a report that throws the error "Syntax error in PARAMETER clause."
At the moment the SQL looks like this:
PARAMETERS [Test] Text ( 255 );
SELECT …
If I remove the PARAMETERS-line the problem vanishes.
Strange is, that if I open the query in the Datasheet view, the program displays the dialog. Only if I try to open the report it displays this message.
Any clue what's wrong?