Tip on problem solving in rules

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Tip on problem solving in rules

Post by tford »

A trick I learned from an MS Access forum in problem solving macros:

In problem solving a process, you can temporarily turn a rule OFF by putting 1=2 in the condition field. Obviously 1=2 will never be true so that the rule is temporarily turned OFF.

I also use this approach when there is part of a process that I have decided to no longer use. Instead of deleting it, I sometimes will use 1=2 to turn it OFF for awhile until I can make 100% sure I want to delete the item.

Tom
Elmar
Posts: 62
Joined: Tue Mar 06, 2007 12:19 pm

Post by Elmar »

Thanks for sharing. It is also a very common thing to use the opposite -> 1=1 in SQL-Where clauses to do mass delete or update operations in a table.
Post Reply