The end delimeter couldn't be found...

D

DJIM

I made a report, that refered on one of my queries. When I
try to open my report an error occuries it says that the
end delimiter couldn't be found... and so on. I suppose it
cause of some symbol in the body of the query. But when I
try to run my query it returns a set of records. It means
my query is correct. But the report doesn't work. Where is
my mistake?
 
S

Steve Schapel

DJIM,

If the data comes out correctly in your query, it is unlikely that the
query is the cause of the problem.

Do you have any macro or code running when the report is opened or
formatted? You might need to check the syntax of this. Or, is the
report being opened from an OpenReport method on a form event, with a
Where Condition argument in the OpenReport... the syntax of this may be
wrong.

Can you post back with the full and exact error message you get, and
also when it happens. Does the report actually print? And if so, what
is wrong with the data on the report?
 
Top