"Janice" said:
Is there a way to write a comment in an Access query?
Thank you.
Janice
Nope, there isn't. The closest that you can come is to add commects to the
Query's Description when you Right-Click on the query and view its properties.
This is one of the reasons that I prefer to use SQL statements in VBA code
wherever possible, as I know that I can comment it.