Could you be more specific about what you want to do? If you want a query to display certain
records in a sequence, the query design criteria would be something like:- [RECNUMBER]>1000 And
[RECNUMBER]<2000
However if you just want to copy/paste a piece of data in your table, this is best done in datasheet
view, using copy/paste or Ctrl-' for individual fields.
INSERT INTO Table
SELECT * FROM Table
WHERE [Row] = X
Note that Access tables DO NOT HAVE ROW NUMBERS so your question as
phrased is meaningless.
Could you explain in a bit more detail the structure of your table;
what you mean by "row"; and just what you want to do?
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.