Share via

Curious Problem Importing Data From Excel

Anonymous
2024-01-23T05:05:40+00:00

I imported a bunch of data (basic contact info) from Excel into an existing Access table. The additional data is visible in the table, so I assumed the import worked. However, I've noticed that when I do a query that includes said data, only the data that has been activated (i.e., a new record added in a related table) shows up in the query. I did a straight up query searching for all 102 records, but the query returned only 71 records, all of which had a new record added in a related table since the import. None of the "non-activated" data appears even though it is visible in the table. What's going on? How do I engage the "non-activated" records?

Bob

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Duane Hookom 26,825 Reputation points Volunteer Moderator
    2024-01-24T06:34:15+00:00

    I’m not sure how your data is organized but the left or right joins are necessary of there are “orphaned” records.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-24T06:14:20+00:00

    Is there an alternative? Can I do something to the imported data in the table?

    Was this answer helpful?

    0 comments No comments
  3. Duane Hookom 26,825 Reputation points Volunteer Moderator
    2024-01-24T05:23:12+00:00

    You would need to edit the join for every query that doesn’t have matching records in both tables.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-01-24T04:54:30+00:00

    Success! Thank you Duane.

    What happens in the future? I imported data from 5 districts. I presented only 1 in my question. I did a quick sample query to include all districts, and I found that I had to change the properties setting to include ALL records. Do I have to change the Join Properties setting every time? It was pure luck that I noticed the omissions this time. In the future, I may not be so observant or congizant.

    Bob

    Was this answer helpful?

    0 comments No comments
  5. Duane Hookom 26,825 Reputation points Volunteer Moderator
    2024-01-23T05:44:07+00:00

    While in the query design, double-click the join line to view the properties. Set the join to include all of the records from one of the tables. Then try view again.

    Was this answer helpful?

    0 comments No comments