I have two forms that I am currently working with. Main form is [POC Form]. 2nd form is Search results form [Orders Search]. In my main form I have a memo field where text is typed in by user and then I need to be able to append the info from the search results form to where my cursor was in the main form. I can do this with a macro or VBA. I want to DblClick on the field in the search form to execute the command. The field in the search form is [OrdersDescription]. I have looked everywhere I can think of and have not been able to come up with an answer.