Hi Folks,<br><br>I am working with Access 2000 and have a textbox control which I need to move around a form depending on user input. This means that the textbox's parent is either the main form itself or a page on a tabbed control.<br><br>How can I do this programmatically? The parent property is read-only. This kills me. I don't want to have to create the control each time as this is the only option I know of which permits the parent property.<br><br>Many thanks for your assistance