home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / database / 1808 < prev    next >
Encoding:
Text File  |  1993-01-27  |  850 b   |  22 lines

  1. Organization: Psychology, Carnegie Mellon, Pittsburgh, PA
  2. 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+
  3. Newsgroups: comp.sys.mac.databases
  4. Message-ID: <IfNKxZ_00YVXQ1muNy@andrew.cmu.edu>
  5. Date: Tue, 26 Jan 1993 12:05:41 -0500 
  6. From: Matthew Mashyna <mm5l+@andrew.cmu.edu>
  7. Subject: Re: 4D Field Incrementing
  8. In-Reply-To: <1993Jan22.081803.9058@netcom.com>
  9. Distribution: usa
  10. Lines: 10
  11.  
  12. I'm not sure I fully understand what your trying to do. If you only need
  13. to assign a unique number to you clients starting with 1000 then why not
  14. use something like:
  15.  
  16. [Clients]Client_Num:= sequence number([Clients]) + 1000
  17.  
  18. The sequence number is always unique -- until it wraps bitwise.
  19.  
  20.  
  21. Matt
  22.