Append Query and Autonumbering

S

Sharon

Using Access 2007; have 2 student db last year and this year, using
autonumber as identifier. when i append old student to new db so that they
keep old number; it causes the new db to change the autonumber when i add a
new record to the 1 plus the old number instead of using new new numbers; did
not have this problem in access 2003. when i appended records it put the
record in and kept old number and then when i added a new record, it gave
them next number.
 
J

Jeff Boyce

Sharon

If you are saying that you have one database for last year and another
database for this year, you don't have relational databases! You have ...
spreadsheets!

In a well-normalized relational database design, you'd have a table for your
data with one additional field. That might be a date/time field, or a
[SchoolYear] field, or ...

But even more importantly, you wouldn't need to put the same student into
the database twice to show participation in two school years.

If "relational" and "normalization" are unfamiliar, plan on spending some
time coming up to speed on this learning curve if you want to get the best
use of Access' relationally-oriented features/functions.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top