Sorry, Access is a database, not a spreadsheet, and can't be used like one.
You can write some code to select the rows that you want to include, then
put those row in memory, or export them to some other source. The easiest
way I know of to select contiguous rows is a query.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"HoganD87" <(E-Mail Removed)> wrote in message
news:EF42F42C-6AF6-44D8-88CF-(E-Mail Removed)...
> As you know in Excel you could quickly copy the information you needed
> with a
> drag of the mouse.
>
> Because I need information copied repeatedly and easily for my access
> unfirmiliar co workers.
>
> Example
>
> JOB CUSTOMER QUOTE #
> A B1 110701
> A(copied) A2 110701 (copied)
> A(copied) C4 110701 (copied)
>
> How do I do this quickly and efficiently for the computer challenged.