Returning a result to the main form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Frank Marsella
    New Member
    • Dec 2010
    • 7

    Returning a result to the main form

    From my main form I am opening a second form, a calculator. I would like to return the completed calculation and focus from the calculator back to a textbox on the main form. I have been unsuccessful trying the DoCmd.GoToContr ol and Forms!,etc. Could someone offer an example?
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    See if this link helps: http://www.mvps.org/access/forms/frm0031.htm

    Comment

    Working...