home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6385 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!monsanto.com!bb1t.monsanto.com!skcla.monsanto.com!jjfink
  2. From: jjfink@skcla.monsanto.com
  3. Newsgroups: comp.databases
  4. Subject: Re: Simple Question on Paradox
  5. Message-ID: <1992Aug27.111532.1@skcla.monsanto.com>
  6. Date: 27 Aug 92 11:15:32 GMT
  7. References: <6717@tekig7.PEN.TEK.COM>
  8. Organization: Searle, Skokie, IL
  9. Lines: 34
  10. Nntp-Posting-Host: skca9
  11. Nntp-Posting-User: jjfink
  12.  
  13. In article <6717@tekig7.PEN.TEK.COM>, naren@tekig5.pen.tek.com (Naren Bala) writes:
  14. > For those of you who are experts at using paradox, I had a simple question.
  15. > I have started using paradox. Can anyone tell me how to merge 2 tables into
  16. > one table ?  Any help will be appreciated. 
  17. > Thanks
  18. > ** Naren **
  19. > email: naren@tekig5.pen.tek.com
  20.  
  21. If the tables have the same format, you can use {Tools} {More} {Add} to
  22. append one to the other.
  23.  
  24. If the formats are different, you can create a query with INSERT under the
  25. table name as follows:
  26.  
  27. THISYR | Name   |  Address  |  Purchases |
  28.        | _1     |  _2       |  _3        |
  29.  
  30. ALLYRS | Who    |  Total    |  Where     |
  31. INSERT | _1     |  _3       |  _2        |
  32.  
  33. The _1's mean press the Example key (F5), then 1.
  34. You do not have to fill in all fields in the INSERT table, nor use all
  35. fields from the source table.  You can also calculate items (_1+_2, for
  36. example), or type in constants in the INSERT table.  You can limit which
  37. records in the source table by entering criteria, but you may not check off any
  38. fields.
  39.  
  40. Joel
  41. -- 
  42. jjfink@skcla.monsanto.com
  43. ------------------------------------------------------------------------------
  44. "Portions of the preceding were recorded.  As for the rest, I quite fear that
  45.  it was all in your mind" -- Alfred Hitchcock
  46.