How to add comments in queries for Access

S

shyam sunder.k

hi everybody1

in oracle
select * from emp /* comments */
in Sql server
select * from emp -- comments
in My Sql
select * from emp # comments

how to add comments after sql query in Access?
please give the feedback ASAP

Shyam Sunder
 
J

Jeff Boyce

I don't recall that there's any way to 'comment' a query in Access.
However, if you embed that query in a code module, you could embed comments
there.

Good luck

Jeff Boyce
<Access MVP>
 
B

Butterfly

However said, you cannot add comments in Access SQL queries.
Thank you, Microsoft :(

see article Subject: Re: Can you use comments in Access? on dejanews.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top