Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Commenting in Access

Status
Not open for further replies.

gaRed

MIS
Jun 17, 2002
18
US
Does anyone know how to comment out SQL code when using an Access database? I know that you can use '/*' or '--' to comment out SQL on other types of databases, but not with Access.
 
I tried all the standard ones in the query window and none of them worked.

I tried

'
rem
/*
//
(*
--

None of these work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top