J
johnboy7676
Not sure which newsgroup to post this question, but will probably be
an append query, althought might be an INSERT statement also.
Have an autonumber field to generate unique PK's, but also need
another Sequence field for sorting. What I want to do is: whenever
make a new record, whether through append query or INSERT or even just
entering in a Form, is to make the Sequence field a default value of
the autonumber field. (this allows for later changing of the Sequence
number). But, I don't have a clue as to how to do this. Even just
inputting a record in a form, I don't think the default value can be
the autonumber field, because until you start editing, there isn't an
autonumber yet?
Any help would be appreciated.
an append query, althought might be an INSERT statement also.
Have an autonumber field to generate unique PK's, but also need
another Sequence field for sorting. What I want to do is: whenever
make a new record, whether through append query or INSERT or even just
entering in a Form, is to make the Sequence field a default value of
the autonumber field. (this allows for later changing of the Sequence
number). But, I don't have a clue as to how to do this. Even just
inputting a record in a form, I don't think the default value can be
the autonumber field, because until you start editing, there isn't an
autonumber yet?
Any help would be appreciated.