ottograham
Technical User
How can I take multiple fields and copy them to the clipboard with a pushbutton?
For example, I want a Click event to do the following
Dim str as String
str = [TradeName] & vbcr & vblf & [Address] & vbcr & vblf & [City-st-zip]
THEN copy str to the clipboard to paste in a Word document.
Also, if there a quick error trap around empty fields other than an If Then seeing if they are empty?
Thanks
For example, I want a Click event to do the following
Dim str as String
str = [TradeName] & vbcr & vblf & [Address] & vbcr & vblf & [City-st-zip]
THEN copy str to the clipboard to paste in a Word document.
Also, if there a quick error trap around empty fields other than an If Then seeing if they are empty?
Thanks