Terry said:
Can a comment be put into Access SQL code? If it can, what format will be
valid?
There are no support for comments in Access SQL code. Sorry.
The closest thing you could do is use Description property (a custom DAO
property that you would create/append, actually). You also can set it
from GUI and in Access 2003 & earlier, sort queries by the Description
property.
But if you're trying to insert MySQL code, then you're probably better
off using PTQ, without the comment anyway.