I have in a subform a textbox that has info in it. I have a button that I want to click, and automatically populate a textbox in a text box in the parent form. Don't ask the reason, it's how the user wants it! 
what line of code will work with this?
I have this but it isn't working:
Me!Inst_By.Value = Me!Forms.Search_Inventory.Installed_by.Value
what line of code will work with this?
I have this but it isn't working:
Me!Inst_By.Value = Me!Forms.Search_Inventory.Installed_by.Value