[Solved] Commentary in Queries
I know that you can insert comments and notes in VBA code using a singular quote, like the following:
Is there a similar way to insert comments in the SQL of queries? I found other forum posts that say this isn't possible but those were all for pre-2010 Access. Has this changed at all? Thanks.
I know that you can insert comments and notes in VBA code using a singular quote, like the following:
Code:
'Comment about what the code does
Last edited: