I guess I wasn't clear enough in my initial message. I thought so, after I sent it.
I have a table with 171,389 records of x,y,z coordinate data in the first three olumns (fields). In the fourth and fifth fields I need to enter an integer number to represent the indices for subsequent mesh generation based on the x,y,z data. These numbers (fourth and fifth columns)go like this:
1 1
1 2
1 3
1 4
. .
. .
. .
the 1 repeats for 367 records and then 1,2,3,4 repeats incrementing by 1 to 367
then, 1 changes to 2 and repeats for another 367 records and the 1,2,3,4 repeats again incrementing by 1 to 367
this process repeats until the end
467 1
467 2
467 3
467 4
. .
. .
467 367 (the 171,389th record 467 x 367 = 171,389)
Entering data for the last column is easy (the incrementing by 1) since I can hold the down-arrow key down after entering a few numbers 1, 2, and 3 (for example) and the new entries are automatically incremented by 1. So this goes quickly. It's just amatter of holding the down-arrow key down until you get to the 367 entry in the set.
Entering the other column (say entering the number 5) has to be done manually (as I currently know it) one at a time for 367 records. I'd have to go through this process of entering the same number 367, then increase the number by 1, do it again for 367 times, and then continue until I enetered the number 467 in the last set of records 367 more times.
The point is although the data entry is possible, my index finger will be worn out after entering 171,389 numbers (1 for 367 times, 2 for 367 times, and finally 467 for 367 times).
If I could cut and paste field numbers that might ease the data entry. But, I guess doesn't allow that. I could write a script to provide automatic data entry. Although I'm write script for other applications, I'm not familiar with Access programming. I could split my 171,389 table into samller tables (467 of them) and set the default value for the particular field I'm interesetd in filling with the correct number (1 to 467) for that particular table. Then I could append all the tables together. I could create the numbers I wish to enter in Excel and then import the Excel file into Access. There are lots of ways to get the data entry done.
What I'd like is a recommendation on the most automatic method possible, with the least amount of hand entry. Any advise that you have, would be greatly apppreciated. It's not that I have this one table to fill-in, but will have have many more lengthy tables that require the same data entry with increments.
Thanks again for your advise.
Tim Barbour