I have a dos based program that I export data from in text files. I can't change any of the export criteria so I have to make 2 files instead of one. One file contains all the publication info. However the export field sizes for pubnum and pubtitle are not big enough to show the complete field. So the other file contains the pubnum and pubtitle. (still limited on the dos programs setup, so the title still gets cut off, but it shows enough to work)
I then import the text files to tables (tblpub and tbltitle) then I update the pub title in the in tblpub with the full title in tbltitle. However I can't get the pubnum to update correctly. In the tblpub i have 3 recs that are
12-3-5-t-e-h) - but due to the field being cutoff the same pubnum in tbltitle are: (12-3-5-t-e-h-1, 12-3-5-t-e-h-2, 12-3-5-t-e-h-3) I do an unmatched query and get 3 records. But if I try to update tblpub to correct the pubnum I get double the records, even if i set the unique records on in the query, during the update it doubles. But if I just view the records I shows correctly.
How do I get the unique records to stay during the update.
thanks.
I then import the text files to tables (tblpub and tbltitle) then I update the pub title in the in tblpub with the full title in tbltitle. However I can't get the pubnum to update correctly. In the tblpub i have 3 recs that are
How do I get the unique records to stay during the update.
thanks.