Hi,
yes indeed. But there is not the only. In every query the special character "," dosen't work too. It must be replaced with ";"
e.g. the usualy DateDiff("d",[date_in],[date_out]) doesn't work returning "... contains invalid syntax" It works as DateDiff("d";[date_in];[date_out])
And that happens only in queries and not in functions of modules
As I remember I had many error troubles with that some months before.