comment in Access query

U

Utada P.W. SIU

I am going to build a query by Queries under Objects

however, i dont know how to add comment in the query...

do you know?
 
B

Brendan Reynolds

JET does not support SQL comments. You can add a description to the query
itself (right-click the query and choose 'Properties') but there is no way
to include comments within the SQL of a JET query.
 
U

Utada P.W. SIU

o...no...
thanks~~

Brendan Reynolds said:
JET does not support SQL comments. You can add a description to the query
itself (right-click the query and choose 'Properties') but there is no way
to include comments within the SQL of a JET query.
 
Top