R
Ricter
Db tracks data from a set of documents. Each document has a unique number,
but this is not necessarily in numerical order. However, the order in which
the documents are received must be maintained, both in the hardcopy stack,
and in the displayed recordset.
So far, I have been replying on an autonumber to display the records in the
correct order. However, I noted that I missed a document and now I need to
insert it. I figure I need to create a field for "display order", to
differentiate from the autonumber system order.
Creating the field I can do, but what query would I use to fill in this
field for the current database? How do I set up this field to auto increment
for a new record, and still be user editable for instances where I want to
change it to x.5 (to insert)? How do I change the form (on load?) to sort by
this new display order?
but this is not necessarily in numerical order. However, the order in which
the documents are received must be maintained, both in the hardcopy stack,
and in the displayed recordset.
So far, I have been replying on an autonumber to display the records in the
correct order. However, I noted that I missed a document and now I need to
insert it. I figure I need to create a field for "display order", to
differentiate from the autonumber system order.
Creating the field I can do, but what query would I use to fill in this
field for the current database? How do I set up this field to auto increment
for a new record, and still be user editable for instances where I want to
change it to x.5 (to insert)? How do I change the form (on load?) to sort by
this new display order?