Re: Generating Unique Numbers on a Form with Multi-users
- From: "Keith Wilby" <here@xxxxxxxxx>
- Date: Fri, 15 Dec 2006 11:05:58 -0000
"Nerida via AccessMonster.com" <u15138@uwe> wrote in message
news:6ac7b8cb13e38@xxxxxx
Hi there,
Hope someone can help me out. I am developing a little Db to help track
documents. There will be around 6 users of the database and each document
entered in needs a unique number to help keep track of it. The unique
number
(DocNo) is the primary key and is an Autonumber.
Using AutoNumber may give you gaps in the numbers, eg 1, 5, 6, 7, 12 ... and
so on. Use this as a text box's default value if you want sequential
numbering:
Nz(DMax("MyField","tblMyTable")) +1
Keith.
www.keithwilby.com
.
- Follow-Ups:
- Re: Generating Unique Numbers on a Form with Multi-users
- From: Douglas J. Steele
- Re: Generating Unique Numbers on a Form with Multi-users
- References:
- Generating Unique Numbers on a Form with Multi-users
- From: Nerida via AccessMonster.com
- Generating Unique Numbers on a Form with Multi-users
- Prev by Date: Update control
- Next by Date: Re: using dates from forms as criteria
- Previous by thread: Generating Unique Numbers on a Form with Multi-users
- Next by thread: Re: Generating Unique Numbers on a Form with Multi-users
- Index(es):
Relevant Pages
|
Loading