--- title: "Adding Fields in Archive" type: "article" slug: "adding-fields-in-archive" url: "http://localhost/article/adding-fields-in-archive/" markdown_url: "http://localhost/article/adding-fields-in-archive.md" published_at: "2026-02-14T21:40:05+00:00" modified_at: "2026-02-14T21:40:06+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "We have a tip that may help some of you who are just starting to create dbf files with ARCHIVE. Suppose, for example, you have typed in 50 some odd records and then discover you have forgotten a field you need. The usual method of correcting this is to write a short procedure from Within…" category: - name: "QL Report" slug: "ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/ql-report/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" publication_r: id: 39073 title: "QL Report" type: "periodical" url: "http://localhost/periodical/ql-report/" volume: "4" issue: "10" issues_articles: - id: 64069 title: "QL Report v4 n10" type: "issue" url: "http://localhost/issue/ql-report-v4-n10/" pages: "3" pubdate: "October 1988" archive_link: false --- # Adding Fields in Archive We have a tip that may help some of you who are just starting to create dbf files with ARCHIVE. Suppose, for example, you have typed in 50 some odd records and then discover you have forgotten a field you need. The usual method of correcting this is to write a short procedure from Within ARCHIVE that will create a new file with the extra field and then copy the old data into this new one. You then have to go through each record and add the new data in the new field.