Joe Grech wrote:
Another query (I'm just starting on this!)
Can the primary key be updated automatically numerically instead of having to
enter each respective one myself?
Yep. This one does need a redefinition, I think, but what you need is to
define an "autovalue" integer field and make it the primary key. When
you append the data from the old table to the new one, each record will
get a number starting at one. New records will get the next available
number as they are created.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]