Page 1 of 1

Add'l Matching Brace Functionality

Posted: Tue Jun 29, 2004 2:35 am
by keepitsimpleengr
It' s great that Ctrl-M toggles matching braces…

It's also great tha Ctrl-Shift-M Selects to matching braces…

But what if Ctrl-Alt-M removes the matching braces :D but left the betweens…

I'd use it a lot for Wizard Generated code — such as…

((([table name].[column name])<>[parameter]) AND
((([another table].[different column]) BETWEEN [table name].[column name] AND [table name].[column name]=30)))
-------to get---------
table name.column name<>parameter
AND
another table.different column
BETWEEN table name.column name AND (table name.column name+30)