M
markmarko
I'd like to have a way to 'copy' certain data from our Sales Order so that
users can paste it into an online spreadsheet.
For example, users enters sales data into frmSalesOrders, then click a
button that copies AccountNumber, CustomerName, CustomerAddress into the
clipboard so user may easily paste it into an online spreadsheet.
I've tried creating a query with relevant data, which can be Copy'd to the
clipboard, but when you paste, it includes the column headers.
I'm open to any method that works, the cleanest being using code with a
recordset somehow, but I've not seen a way to programtically copy fields to
the clipboard.
users can paste it into an online spreadsheet.
For example, users enters sales data into frmSalesOrders, then click a
button that copies AccountNumber, CustomerName, CustomerAddress into the
clipboard so user may easily paste it into an online spreadsheet.
I've tried creating a query with relevant data, which can be Copy'd to the
clipboard, but when you paste, it includes the column headers.
I'm open to any method that works, the cleanest being using code with a
recordset somehow, but I've not seen a way to programtically copy fields to
the clipboard.