Simple Copying MacroI have created a macro in Ms Access that selects certain rows and columns. Next I need the macro to copy the selected so I can use a simple past function. Simple right? NO!  I can't find a command in Access to copy! In every other Office program this command is "selection.copy", but not in Access. Please help; it is something I desperately need for my job.   Don G | Consider using a query to select the data you want. Then make it an Append or Make-Table query to create a temporary table or copy (append) your data into another table. |
|