Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Hi -



    Are you sure the error you get when you run the report is actually resulting from the query? Do you have that field - ta_people.DOB - on the report? If so, maybe the error is there - Access cannot determine which ta_people.DOB you are referring to.

    One other thing I notice - looking at the queries, I do not see anything that ensures the the two ta_people.DOB values will be the same - are they supposed to be for the same person? What you might want to do is remove any fields from qu_IssueInfo that you do not need (or use another query), to avoid the duplication of fields issue.

    John

  2. #17
    johnbu is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Sep 2012
    Posts
    9
    In the report, ta_People.DOB is supposed to give the DOB for the ta_People.Subject. In the query qu_IssueInfo, ta_People.DOB would lead to the DOB for Subject's children. That is what I get in the Families query. But not in the report.

    What I have done is to create a new query with ta_People and ta_Spouse (qu_Subject-Spouse), then combined that query with qu_IssueInfo to create the query that the report is based on. Now ta_People.DOB appears nowhere in that query but its data appears as qu_Subject-Spouse.DOB (parents dob) and qu_IssueInfo.DOB (children's dob). The report runs fine like that.

    Thanks,
    John

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 0
    Last Post: 07-16-2012, 05:42 AM
  2. Replies: 7
    Last Post: 06-08-2012, 09:55 PM
  3. Replies: 6
    Last Post: 05-30-2012, 12:32 PM
  4. Replies: 1
    Last Post: 05-11-2012, 10:59 AM
  5. Duplicate Check code with Run-Time error '3079'
    By viper in forum Programming
    Replies: 5
    Last Post: 10-18-2010, 10:12 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