Y YouMust Registered User. Local time Yesterday, 17:44 Joined May 4, 2016 Messages 106 Nov 14, 2019 #1 Just like thew title says when I click on a box I'd like to copy the content to another box [SearchBox] name = PartNo Control = [PART] I'm sure a simple function? I just cant seem to find it
Just like thew title says when I click on a box I'd like to copy the content to another box [SearchBox] name = PartNo Control = [PART] I'm sure a simple function? I just cant seem to find it
moke123 AWF VIP Local time Yesterday, 20:44 Joined Jan 11, 2013 Messages 4,810 Nov 14, 2019 #2 just a simple sub. Insert your actual control names. Code: Me.SearchBox = Me.PartNo
Y YouMust Registered User. Local time Yesterday, 17:44 Joined May 4, 2016 Messages 106 Nov 14, 2019 #3 dam it, i had that the wrong way round thanks moke123