Comment Inside Access Query

  • Thread starter Thread starter ParveenJha
  • Start date Start date
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
 
Cheryl is right.

The nearest you can get is to set the Description of the QueryDef.
 
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.......
 
Back
Top