yrstrulysa
New member
- Local time
- Today, 16:21
- Joined
- Feb 20, 2025
- Messages
- 13
Hi everyone,
I'm working on optimizing an import-export permit tracking system and need some suggestions on improving document storage, data linking, and retrieval.
Files is too big to upload, find link to it in txt file attached.
I'm working on optimizing an import-export permit tracking system and need some suggestions on improving document storage, data linking, and retrieval.
Files is too big to upload, find link to it in txt file attached.
Current Setup:
- tblPermitInformation – Stores both import & export permits (permit number, authorization, shipment details, quarantine status).
- tblDocumentStorage – Holds related permit documents (PDFs, invoices, phytosanitary certificates), linked by PermitID.
- Forms & Queries – Used for permit tracking and data entry (frmImportRecords, frmTblPermitInformation).
What I’ve Done So Far:
Core Tables Created:- tblPermitInformation – Stores all permits.
- tblDocumentStorage – Stores related files.
What’s Needed:
- Differentiate Import vs. Export Permits – Add a PermitType field.
- Link Imports to Exports – Create a tblImportExportLink table for batch tracking.
- Improve Document Retrieval – Use a VBA button to open files or a subform for multiple documents.
- Optimize Queries & Alerts – Ensure missing documents are flagged & track upcoming permit expirations.
Export Process Issues:
- No centralized system for storing export data.
- No linkage between export documentation and import records.
- No tracking of essential export details.
Proposed Solutions:
- Create a dedicated export management section in the database.
- Make fields mandatory: Variety, Clone, Requestor, Permit No, Validity Date, Date Shipped, Destination Country, Material Type, Quantity.
- Implement a document repository similar to import storage.
New Feature: Import-Export Traceability
- Automatically link records based on batch numbers or permit references.
Import Document Storage Issues:
- Lack of structured document categorization.
- No link between import documents & other database records.
- Implement structured document storagewith:
- Dedicated fields for permit documents (PDF/Word).
- Dropdown selection for document types (DHL docs, Phytosanitary, Import Authorization, etc.).
- Bulk document upload for multiple related permits.
Last edited: