Results 1 to 12 of 12
  1. #1
    mujahid is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    6

    upload to excell

    hai there,



    im new to thid forum as well to Access.

    i needed to upload 75k records to excell but 65k only done.

    how we can select the remaining 15k records quickly coz this is something i need to repeat.

    need a help ASAP....plz...

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    What version of Excel are you using? How are you uploading to Excel? vba? Wizard? Cut and Paste? More details needed to supply correct solution.

  3. #3
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    65K sounds suspiciously like the pre-2007 Excel 64K limit for rows (65535).

    If you have Excel 2007 or later, then it may be that your export routine is using obsolete references to earlier versions of the Office products.

  4. #4
    mujahid is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    6
    Hai there... many thanks for the quick reply.

    To: alansidman;

    Click image for larger version. 

Name:	Excell version.PNG 
Views:	14 
Size:	1.7 KB 
ID:	14231

    Im using the wizard to export the records. If possible let me know the codes and instruction to do the same using vba. I'll try my self first and practice it in the DB.

    To: Dal Jeanis

    You are correct and to be exact it is 65534 records copied. remaining 15k records to be copied/exported to excel.
    At least let me know a shot cut to selecting them quick rather drag & select.

    "it may be that your export routine is using obsolete references to earlier versions of the office products"
    Referring above; how to change the settings for my export routine to use new references; i hope which allow to upload more than 75k.

  5. #5
    mujahid is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    6
    i found below info in another thread but i worried whether i may loose any data that any cell contains???

    TheReb
    Novice Windows 7 32bit Access 2010 32bit


    Join DateAug 2013Posts3


    Thanks for the reply. I actually found my answer on another similar thread. The problem was caused by checking the "Export Data with Formatting and Layout" box. Once I unchecked that, everything exported fine. Nice to have a simple solution.



  6. #6
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Basically, the data would get there, but there wouldn't be any formatting and layout data. But then, Access isn't usually storing any format or layout info, that I know of, so you should be good.

  7. #7
    mujahid is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    6
    Hai Dal Jeanis,

    I could upload all 75k Access records at once and i've to do some formatting to make the table look nice. That's solves my major issue.

    But i'm much happy to know the answer for my query which i mentioned again below.

    "it may be that your export routine is using obsolete references to earlier versions of the office products"

    Referring above; how to change the settings for my export routine to use new references; i hope which allow to upload more than 75k.

  8. #8
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    If you are using the Access 2010 export wizard or the Excel 2010 import wizard, then that wasn't the problem. That problem would only have been if you were using an Access VBA routine that had been around from a prior version.

    ... unless the database is an .mdb file, in which case I'm not sure what would happen. If so, try converting it to .accdb and then see if the wizard still has the problem.

  9. #9
    mujahid is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    6
    Using Access 2010 export wizard; i exported 75K records from .accdb file at once to Excel 2010 successfully but ofcourse without any formatting.

    I think the Office 2010 package has set the limit max 65534 can only be exported at once with Formatting.

    Am i correct above? If im wrong pls correct me.

  10. #10
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Yes. That's what I think happened.

  11. #11
    mujahid is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    6
    Many thanks for sharing your expertise knowledge to solve my problem...

    Bye.

  12. #12
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Look at this link if you are interested in adding formatting to your excel sheet after exporting. It demos some VBA code to get you started.

    http://www.btabdevelopment.com/ts/de...aspx?PageId=49

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

Similar Threads

  1. Upload Failed
    By Scott.Pritchard in forum Forum Suggestions
    Replies: 1
    Last Post: 05-16-2013, 07:29 AM
  2. Getting values from Excell
    By JeroenMioch in forum Programming
    Replies: 1
    Last Post: 07-13-2012, 08:55 AM
  3. Upload Database
    By snowboarder234 in forum Access
    Replies: 2
    Last Post: 04-09-2012, 06:11 PM
  4. Exporting to excell help
    By stevanb in forum Access
    Replies: 1
    Last Post: 08-23-2011, 01:34 PM
  5. print to excell
    By Glenwood in forum Access
    Replies: 1
    Last Post: 05-10-2011, 06:56 AM

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