Comment Inside Access Query

P

ParveenJha

Can Anyone Please tell me how to add comment inside Access
Query ? Explanation :
IN SQL SERVER 2000, You can write a QUERY like

/* Process to get DOB */
Create PROCEDURE DOB AS
Select DOB from tblStudent
/* End of Process */

Can Any one tell me what directives to be used for
comments inside a access query ?

Thanks
PJ
 
A

Allen Browne

Cheryl is right.

The nearest you can get is to set the Description of the QueryDef.
 
P

parveen

Hello Cheryl / Allen,

Thanx for your reply.

I am already using description of Query Def in Access.
I think I have done this couple of years ago in Access to
comment a query. ButI don't remeber it this time. But
after receive reply from you both now I am confused. But
still , I think that this is possible. If you come across
this solution then it will be great !.


With Best Regards
Parveen Jha
Let's be resource person to each other.......
 

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