Hello. I have some code that selects and copies the results of a query as follows:
RunCommand acCmdSelectAllRecords
RunCommand acCmdCopy
Is a simple way to just copy the first 10 lines from the query?
I need to do this programmatically since I have hundred’s of queries to run through.
Thanks!