Named criteria?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
No, but the following keystrokes might save you some time.

Ctrl-C = Copy
Ctrl-V = Paste
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top