bigdrewecu
Programmer
I was wondering if anyone had any ideas on copying multiple items such as first name ,last name, state, address that were in a text box on the form level to the clipboard.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
=Trim([txtAddr] & " " & Trim([txtCity]) & " " & Trim([txtState]) ...
Me!txtYourControl.SetFocus
DoCmd.RunCommand acCmdCopy