Increment numbers by one

R

relaxman

I have a list of SKU's to run for production. I put them in the order I want
them to run. I want to auto populate the sequence column/field with numbers
starting at one. Then two for the next record and so on. I thought about
using the running sum function, default value for the field/column would be 1
maybe, on a form then copy and paste to the sequence column. Or try to do an
append query from a generic table to fill the column this way. I am not very
familiar with VBA, just C++, but wondered if this could be done from the form
view to populate on screen. Any help would be appreciated.
 
Top