Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Suggest you post a zip of the latest database.

  2. #17
    Burnsie is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    16
    Here you go (I think it's the right one )
    Attached Files Attached Files

  3. #18
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    OK.
    You have to include Payroll_Number in the query used for your Reports' Recordsource

    In report design view, properties ...DATA.. Recordsource use this
    Code:
    SELECT tblClientDetails.Payroll_Number, tblClientDetails.[First name], tblClientDetails.Surname, tblClientDetails.Company, tblClientDetails.[Other_(State)], tblAssessmentdetails.Assessment_Date, tblAssessmentdetails.Weight, tblAssessmentdetails.BMI, tblAssessmentdetails.[Fat_fat_%], tblAssessmentdetails.Fat_Mass, tblAssessmentdetails.Visceral_fat_level, tblAssessmentdetails.Blood_pressure, tblAssessmentdetails.Cholesterol, tblAssessmentdetails.[Lung function], tblAssessmentdetails.Notes FROM tblClientDetails INNER JOIN tblAssessmentdetails ON tblClientDetails.Payroll_Number = tblAssessmentdetails.Payroll;
    It' s similar to what you have, but it now includes tblClientDetails.Payroll_Number

    Click image for larger version. 

Name:	ReportRecordSource.jpg 
Views:	13 
Size:	54.7 KB 
ID:	36922

  4. #19
    Burnsie is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    16
    Quote Originally Posted by orange View Post
    OK.
    You have to include Payroll_Number in the query used for your Reports' Recordsource

    In report design view, properties ...DATA.. Recordsource use this
    Code:
    SELECT tblClientDetails.Payroll_Number, tblClientDetails.[First name], tblClientDetails.Surname, tblClientDetails.Company, tblClientDetails.[Other_(State)], tblAssessmentdetails.Assessment_Date, tblAssessmentdetails.Weight, tblAssessmentdetails.BMI, tblAssessmentdetails.[Fat_fat_%], tblAssessmentdetails.Fat_Mass, tblAssessmentdetails.Visceral_fat_level, tblAssessmentdetails.Blood_pressure, tblAssessmentdetails.Cholesterol, tblAssessmentdetails.[Lung function], tblAssessmentdetails.Notes FROM tblClientDetails INNER JOIN tblAssessmentdetails ON tblClientDetails.Payroll_Number = tblAssessmentdetails.Payroll;
    It' s similar to what you have, but it now includes tblClientDetails.Payroll_Number

    Click image for larger version. 

Name:	ReportRecordSource.jpg 
Views:	13 
Size:	54.7 KB 
ID:	36922
    That's got it!

    If I could buy you a virtual pint, I would

  5. #20
    Burnsie is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2018
    Posts
    16
    Oh NOOOO!!!!!

    (hold that pint).

    If I add another assessment data set (on my sub-form) for the client, I cant get to see it in report view and do not have the ability to navigate to it.

    Any ideas?

    ....................

    wait, it appears to be working now.....

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

Similar Threads

  1. Getting a specified Client Name on Report
    By Khalid Tanweer in forum Reports
    Replies: 3
    Last Post: 08-28-2017, 06:56 PM
  2. Replies: 3
    Last Post: 11-25-2014, 01:14 PM
  3. Replies: 3
    Last Post: 10-30-2012, 12:28 PM
  4. Missing client details report
    By crxftw in forum Reports
    Replies: 3
    Last Post: 08-16-2011, 12:19 PM
  5. Replies: 1
    Last Post: 07-26-2011, 06:10 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