Named criteria?

D

David

Hi,
Can a criterion be named so that it can be referred to by its (short) name
in the update portion of the SQL code?
To illustrate, my SQL for update looks like this:
(If criterion1 then action 1) Or (If criterion2 then action2) OR (and so on..)
Each of these criterion is complex and long in code. Hence the need for a
short name to refer to it.
Thanks.
David
 
M

[MVP] S.Clark

No, but the following keystrokes might save you some time.

Ctrl-C = Copy
Ctrl-V = Paste
 
Top