A DUAL Condition is either an :
IF xxxxx AND xxxxx

or an :
IF xxxx OR xxxx

These types of conditions allow you to use in a single condition TWO elements
ie : IF CITY <> JACKSONVILLE AND / OR IF CITY <> MEMPHIS
The resulting screen (when these conditions are "linked" looks like this one