home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8951 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!umnoor
  3. From: umnoor@ccu.umanitoba.ca (Nasir Ahmed Noor)
  4. Subject: Re: Paradox bug/feature in query form? (3.5)
  5. Message-ID: <C0K6KM.290@ccu.umanitoba.ca>
  6. Sender: news@ccu.umanitoba.ca
  7. Nntp-Posting-Host: ccu.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Canada
  9. References: <1993Jan7.183802.12921@blaze.cs.jhu.edu> <1993Jan8.084416.1@skcla.monsanto.com>
  10. Date: Fri, 8 Jan 1993 23:29:10 GMT
  11. Lines: 16
  12.  
  13. In <1993Jan8.084416.1@skcla.monsanto.com> jjfink@skcla.monsanto.com writes:
  14.  
  15. >For instance, I should be able to calculate age as the 
  16. >integer of (current date - birth date)/365.25, but NOOOOOOO!
  17. >So far as I can tell, Paradox has not changed this for 4.0.  We can only hope
  18.  
  19. Easy...do following (supposing you use Paradix 4.0 and birth date is given as
  20. a field in table.
  21.  
  22.     in field [birth date]
  23.     <F5>A,calc (Today - <F5>A)/365 as Age
  24.  
  25. Works on my computer...!!! (<F5>A means example element A)
  26.  
  27. --nasir
  28. umnoor@ccu.umanitoba.ca
  29.