The TIMS3 Document Database provides a powerful query by form facility that can also accept logical OR conditions and SQL query statements. Similar search facilities are available in the Project Navigator.
If, for example, you are in the Document Details section of the TIMS3 Data Manager, and you wish to locate a drawing that has a document ID of X9059-BURNS, switch to the Find mode if necessary by pressing the "Query by Form" icon, locate your cursor at the document ID field, key in the required value, and press the "Apply Query" icon.
Within the Project Navigator, you can press the "Find Files" icon, switch to the Documents page, enter the search information, and press the "Find Now" button.
Note that the system automatically fills in the SQL format commands, in this case simply the required quotes around the value entered. If you need to locate all drawing records that have a document ID beginning with "X90", you would key in X90* in the field. The system would then generate the following SQL statement in the field: Like "X90*" .