POS: Filter Criteria: And/Or Rule #1 Rule: If two or more criteria are joined by AND , the entry in the record’s field must meet all of the criteria in order to be included in the filter results. Goal: Filter for all brown tie shoes Criterion: (an AND statement) BRWN and TIE must both be in the Description 1 field Item Selected: Item #101 Longer...
POS: Filter Criteria: And/Or Rule #2 Rule: If two or more criteria are joined by OR , the entry in the record’s field must meet any one of the criteria in order to be included in the filter results. Goal: Filter for all brown or navy shoes Criterion: (an OR statement) Either BRWN or navy must be in the Description 1 field Items Selected: Items...
POS: Note, Comment, and Instruction Fields These fields are free-form text fields, allowing any text you wish to record. To enter data in a note field: 1. Type the appropriate data. 2. Press <Tab> or navigate out of the field....
Need further assistance? If you need further assistance: Go to the User Community to ask questions and share advice with other users and experts. Submit your question online and we will call you back within 30...
Browse for contacts Another way to find contact data is to browse. Click Browse . Choose the first letter of the name you want. Select the letter and click Browse ....
function expandContract(ev) { var target; if (ev) { target = ev; } else { target = window.event.srcElement; } if (target) { var doDisplay = "none"; target.className = "LinkButtonVisited"; for (var u =0; u !=...