Results 1 to 2 of 2
  1. #1
    Erictsang is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    154

    File Size

    Dear all



    I have a doubt, i am a new-commer for the Access

    I try to import data from an excel which is around 1.4 MB but after imported , it turns to 2.4

    Click image for larger version. 

Name:	filesize.JPG 
Views:	5 
Size:	17.0 KB 
ID:	29897

    is there anything i did wrong?

    Click image for larger version. 

Name:	structure.JPG 
Views:	5 
Size:	53.9 KB 
ID:	29898

    The above is the structure

  2. #2
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Access and Excel are different entities altogether, so the memory will not be the same.
    Access has to create Table schemas, relationships, etc.

    To keep the database size as small as possible, here are some things that may help:
    - chosen the most efficient data-types for your table fields (i.e. don't use Long Integer or Double is something smaller will suffice, limit the size of text fields, etc)
    - make sure that your tables are normalized so that you do not have a lot of blank fields in your tables (sometimes more tables is actually better)
    - don't go too crazy and create too many unnecessary indexes
    - run Compact & Repair occasionally to reduce database bloating

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 12
    Last Post: 10-21-2018, 05:49 PM
  2. Replies: 14
    Last Post: 05-24-2017, 02:22 PM
  3. Replies: 2
    Last Post: 04-01-2016, 10:38 AM
  4. With VB, how can you get the DB file size?
    By KathyL in forum Programming
    Replies: 1
    Last Post: 11-16-2010, 01:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums