Does anybody know the syntax for commenting out lines of code in SQL View in Access Query Design?
Also how to only run one query or part of a query in SQL View when you may have 2-3 that you are playing with?
For example I can do the above in SQL Query Analyzer by
-- to comment out
and highlighting the query or part I wish to run
Also how to only run one query or part of a query in SQL View when you may have 2-3 that you are playing with?
For example I can do the above in SQL Query Analyzer by
-- to comment out
and highlighting the query or part I wish to run
Comment