Is there an easy simple way to copy a string value in the line of code to paste into a different program? I have found several different ways but it sure looks convoluted...
Something as simple as
Dim strWhere as String
strWHere ="This is the text I need to copy"
??? How would I call this string and pass it off to the DoCmd?
DoCmd.RunCommand acCmdCopy