I have an Access 97 database in which I was able to compose a SendKeys macro to copy the record currently being displayed in a form and append it to create a duplicate record (this being done in Table View). I used the Select Record and Paste Append commands under the Edit tab to do this but cannot come up with an equivalent way of doing it with the same database converted to Access 2010.
I see there is a Paste Append command available by clicking on the down arrow just below the Home/Paste icon and it will append a new record but I can't figure out how to invoke that with only keystrokes. I have also not been able to find the equivalent of a Select Record command so I can't select/copy one record only on the table (ctrl A selects all the records).
Any help would be appreciated with a send keys procedure or, maybe there is a better way of doing it. TIA
I see there is a Paste Append command available by clicking on the down arrow just below the Home/Paste icon and it will append a new record but I can't figure out how to invoke that with only keystrokes. I have also not been able to find the equivalent of a Select Record command so I can't select/copy one record only on the table (ctrl A selects all the records).
Any help would be appreciated with a send keys procedure or, maybe there is a better way of doing it. TIA