G
Guest
I am trying to copy email addresses from a single field query to the
clipboard for use in Groupwise. My problem is that I pickup the name of the
field along with the addresses. The code is:
DoCmd.OpenQuery ReportQuery, acViewNormal, acReadOnly
RunCommand acCmdSelectAllRecords
RunCommand acCmdCopy
This works fine except that the field name comes along with the addresses. I
tried acCmdSelectRecord which does the same thing with a single record.
Thanks for any suggestions.
Phil Raidt
clipboard for use in Groupwise. My problem is that I pickup the name of the
field along with the addresses. The code is:
DoCmd.OpenQuery ReportQuery, acViewNormal, acReadOnly
RunCommand acCmdSelectAllRecords
RunCommand acCmdCopy
This works fine except that the field name comes along with the addresses. I
tried acCmdSelectRecord which does the same thing with a single record.
Thanks for any suggestions.
Phil Raidt