I have an Access form that has several memo fields on it, which are located above subforms on tab control. When one memo field is selected, it is set up as "GotFocus" so that the user can enter two or more paragraphs of text. The problem is when I click on one of the memo fields above the subforms, I cannot see the entire memo field because the subform is in the way. I tried using the Access feature "move to the front", but it does not work. What VBA code can I use to move the memo field to the front so I can view all the text. By the way, I also have the "LostFocus" set too. GotFocus/LostFocus both work fine, but not with the subform on the main form.