Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!nrl-cmf!ames!oliveb!felix!dhw68k!mike From: mike@dhw68k.cts.com (Michael J. Cleary) Newsgroups: comp.sys.ibm.pc Subject: Re: PC-FILE+ Merging Question Message-ID: <7868@dhw68k.cts.com> Date: 11 May 88 02:05:37 GMT Reply-To: mike@dhw68k.cts.com (Michael J. Cleary) Organization: Wolfskill residence; Anaheim, CA (USA) Lines: 12 In response to your quiry about merging databases... There are many ways to address your situation. I will relay the easiest two. If the new field is at the end of your record, a simple merge of small db into large db will do. If the new field is not at the end of your record, clone the small db into the large format, and then merge the large db into the 'cloned' db. -- Michael J. Cleary