home *** CD-ROM | disk | FTP | other *** search
- Organization: Psychology, Carnegie Mellon, Pittsburgh, PA
- Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!mm5l+
- Newsgroups: comp.sys.mac.databases
- Message-ID: <IfNKxZ_00YVXQ1muNy@andrew.cmu.edu>
- Date: Tue, 26 Jan 1993 12:05:41 -0500
- From: Matthew Mashyna <mm5l+@andrew.cmu.edu>
- Subject: Re: 4D Field Incrementing
- In-Reply-To: <1993Jan22.081803.9058@netcom.com>
- Distribution: usa
- Lines: 10
-
- I'm not sure I fully understand what your trying to do. If you only need
- to assign a unique number to you clients starting with 1000 then why not
- use something like:
-
- [Clients]Client_Num:= sequence number([Clients]) + 1000
-
- The sequence number is always unique -- until it wraps bitwise.
-
-
- Matt
-