Y YouMust Registered User. Local time Today, 03:52 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 Today, 06:52 Joined Jan 11, 2013 Messages 4,889 Nov 14, 2019 #2 just a simple sub. Insert your actual control names. Code: Me.SearchBox = Me.PartNo
Y YouMust Registered User. Local time Today, 03:52 Joined May 4, 2016 Messages 106 Nov 14, 2019 #3 dam it, i had that the wrong way round thanks moke123