Results 1 to 3 of 3
  1. #1
    JDelamora is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    2

    Blank Recoreds in Access


    Hello All!!

    I have recently encountered some issues with my database. When I load data from an .xlsm file to my front end table, I get additional records with no data only the ID. The data I loaded comes in fine, however I get many of these records with no data only the ID. Does any one know what is going on. This only happens in one of my tables. Need to be rescued.

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    It sounds like you have a bunch of blank Excel rows that are getting imported. If you go to the Excel sheet in question, and click CTRL-END, what row does it go down to? If it selects a row that is beyond the end of your data, it is importing these rows. This can happen if data was cleared, or extra rows have formulas or have been formatted.

    There are a few different ways around this:
    - Delete the extra rows in Excel before importing.
    - Use named ranges in Excel to only select the data rows, then import into Access using the named range instead of the sheet name
    - Make one of Access fields required. When it tries to import a blank record, that whole record will fail and not be imported into Access.
    - Create a Delete Query to "clean-up" your data by deleting the blank rows after an import.

    Hopefully, one of those ideas will work for you.

  3. #3
    JDelamora is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    2
    JoeM,

    Thanks a lot, the solved my problems..

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

Similar Threads

  1. Access : Null / Blank rows select
    By jagadeesh.rt in forum Access
    Replies: 4
    Last Post: 09-11-2014, 12:26 AM
  2. Blank Access 2013 Database? Needs Something?
    By Z1nkstar in forum Access
    Replies: 5
    Last Post: 07-07-2014, 10:37 AM
  3. got rid of Access UI, now a blank screen
    By Jaron in forum Programming
    Replies: 3
    Last Post: 08-27-2013, 04:22 PM
  4. Replies: 6
    Last Post: 01-12-2012, 09:13 AM
  5. How to entere same data in multiple recoreds
    By mshoikot in forum Import/Export Data
    Replies: 0
    Last Post: 07-03-2010, 07:31 AM

Tags for this Thread

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