Results 1 to 3 of 3
  1. #1
    Jen0dorf is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2015
    Location
    UK
    Posts
    453

    memory error on filed change


    Hi

    I've imported an excel table with 205369 records into an access table using the import wizard.

    .

    One field - fulldateofbaptism I need as a date field.

    If I go to table properties and select date/time after a minute I get the following:-

    "cannot change data type not enough disk space or memory"

    I have 150gb hard drive available and 8gb memory free

    Is this not enough resources? Is there another way to alter a field other than table proporties?

    thanks

    Ian

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Some notes on importing from Excel:
    - Excel gets the data type of the field from data in the first 8 rows, blank fields come over as text
    - during import, Access creates fields as it sees fit, with formatting, field sizes, etc as it feels like doing
    - for these reasons, it is always best to have a table that you have designed according to your desired storage. After import, append the data to this second table, converting fields as desired (e.g. CDate(fulldateofbaptism))

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,421
    suggest create a temporary datetime field

    then use an update query to populate it with the date value in your text field

    if all goes OK, delete your text field and rename your temporary field

    alternative is to create your table first with the correct datatypes, then use the import wizard to append to that table rather than create a new one

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

Similar Threads

  1. Replies: 4
    Last Post: 03-31-2015, 06:35 PM
  2. Out of memory error
    By BRZ-Ryan in forum Forms
    Replies: 14
    Last Post: 12-02-2013, 09:24 PM
  3. disk space or memory error
    By Cmitchell in forum Database Design
    Replies: 1
    Last Post: 04-04-2011, 03:36 PM
  4. Replies: 1
    Last Post: 02-22-2011, 11:14 AM
  5. Color change in form filed
    By miziri in forum Programming
    Replies: 3
    Last Post: 08-15-2009, 04:53 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