When inserting an object, you can specify an absolute location. Appending a backslash in front of the name or path of the object signifies this. Note that this backslash comes after a possible project specification, e.g.,:
TEXTBLOCK NAME "\my Text block"
TEXTBLOCK NAME "\folder\another Text block"
FORM NAME "Questionnaires.\customers\order form"
Objects that are specified in this way will be searched only and in that exact location. The project is determined as explained above, and the 'home' folder is implied. So, the Text Block "my Text block" should reside in the Text Blocks folder of the appropriate object. The 'another Text block' Text Block is sought in the folder subfolder of the Text Blocks folder, and the 'order form' form is to be found in the Forms/customers folder of the Questionnaire project.