Find a record by using a data form
From Microsoft Office Excel 2003
Wildcard characters you can use as criteria
The following wildcard characters can be used as comparison criteria for filters, and when searching and replacing content.
| Use | To find |
|---|---|
| ? (question mark) | Any single character For example, sm?th finds "smith" and "smyth" |
| * (asterisk) | Any number of characters For example, *east finds "Northeast" and "Southeast" |
| ~ (tilde) followed by ?, *, or ~ | A question mark, asterisk, or tilde For example, fy91~? finds "fy91?" |