Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6766861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:52:55+00:00 2026-05-26T14:52:55+00:00

I am working on my first Access 2010 database and have run into a

  • 0

I am working on my first Access 2010 database and have run into a problem editing the recordset returned from a query. This excellent blog entry details several scenarios which can result in uneditable query results. I believe my query results are not editable because my query has a Cartesian Join.

I’m not sure how to avoid this, however. The three tables involved are:

  • episodes
    • Individual television episodes
    • Primary key: “episode_id”
  • aridates
    • Individual airdates for a given episode
    • Primary key: “airdate_id”
    • Related to “episodes” by “airdate_episode_id”
  • startdates
    • Individual download start-dates for a given episode
      • i.e. when a given episode will be available to download
    • Primary key: “startdate_id”
    • Related to “episodes” by “startdate_episode_id”

So, there is no (and I think can be no) direct relationship between airdates and startdates. However, this makes the query:

SELECT episodes.episode_id, episodes.episode_number, episodes.episode_title, airdates.airdate_region_id, airdates.airdate_date
FROM (episodes LEFT JOIN airdates ON episodes.episode_id = airdates.airdate_episode_id) LEFT JOIN startdates ON episodes.episode_id = startdates.startdate_episode_id;

return a recordset which is not editable. I need to be able to see the episode name and number along with the airdate in order to enter a startdate (episodes can not be made available for download before they have aired). So essentially, in this view I only need to be able to edit “startdates.stardate_date”.

Thanks in advance for any suggestions… a screenshot of the relationship in question can be seen here.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:52:56+00:00Added an answer on May 26, 2026 at 2:52 pm

    Create this query:

    SELECT
        episodes.episode_id,
        episodes.episode_number,
        episodes.episode_title,
        airdates.airdate_region_id,
        airdates.airdate_date
    FROM
        episodes LEFT JOIN airdates
        ON episodes.episode_id = airdates.airdate_episode_id;
    

    Use it as the recordsource for a new form. Then create another form which uses a query of only the startdates table as its record source.

    Add the second form as a subform to the first form. On the property sheet for the subform control, make the link master field episode_id and the link child field startdate_episode_id.

    If you are successful, the subform will display startdates rows where the startdate_episode_id matches the episode_id of the main form’s current record. And if you add a new row in the subform, its startdate_episode_id will “inherit” the episode_id from the main form.

    I emphasized control earlier because that point can be confusing. The subform control is a member of the main form’s controls collection, and the subform control contains the subform. You must find the link master/child field properties on the subform control, not the actual subform itself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm still working on my first Grails application. This time, my problem is to
First of all, I'm still working in classic ASP (vbScript) with an MS Access
I have pretty much finished my first working Symbian application, but in my hastened
I'm working for the first time with Forms Authentication, I'm using an example from
I'm working on my first object oriented bit of python and I have the
I have a very irritating problem. I'm working with a list of documents, but
First off, forgive me if this is a schoolboy question :) We have a
I'm working on my first ever ASP.Net project, and I seem to have been
The first part is now working [ I have the following which just seems
First off, I'm using Access 2000 and DAO. I have code that executes a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.