How to add comments in queries for Access

  • Thread starter Thread starter shyam sunder.k
  • Start date Start date
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
 
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>
 
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
 
Back
Top