A
AllyOop
I have an order table that I will be adding data to regularly.
The order number is the primary key, but is a text field.
I would like to create a unique reference field that is a number.
I have two options. I can create the number as an autonumber when appending
the new data, or I can run an update query after appending the data.
The only thing is I need to be sure that the number created will be unique
and will increase incrementally from the previously added order by
100(without skipping).
My preference is to do the update query, but I am not too savvy with vb and
am pretty sure that code will be required to set this up.
Any help on this would be greatly appreciated.
The order number is the primary key, but is a text field.
I would like to create a unique reference field that is a number.
I have two options. I can create the number as an autonumber when appending
the new data, or I can run an update query after appending the data.
The only thing is I need to be sure that the number created will be unique
and will increase incrementally from the previously added order by
100(without skipping).
My preference is to do the update query, but I am not too savvy with vb and
am pretty sure that code will be required to set this up.
Any help on this would be greatly appreciated.