Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Access only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Access
Sequence Numbers
Sequence Numbers
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
jferrara
New Member
Join Date:
Sep 2006
Posts:
2
#1
Sequence Numbers
Sep 6 '06, 11:39 PM
How do I create a unique id (sequence number) on an existing table via a query.
MMcCarthy
Recognized Expert
MVP
Join Date:
Aug 2006
Posts:
14387
#2
Sep 7 '06, 12:27 AM
If the unique Id is an autonumber it will be created automatically. If not use something like the following:
Max([ID]) + 1
Originally posted by
jferrara
How do I create a unique id (sequence number) on an existing table via a query.
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment