|
-
December 10th, 1999, 06:02 PM
#8
Re: Access : How to know what is the next autonumber generated for my primary key
If you do not have many updates, and (as i think to have understood) your field is a key field...something like 'SELECT MAX(myautofield) From MyAutoTable' will work fine...
If you have many updates, forget the autonumber feature and use an external counter table...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|