Results 1 to 4 of 4
  1. #1
    libraccess's Avatar
    libraccess is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Location
    Napier New Zealand
    Posts
    129

    What is a good title for this question?


    I have a form where there are 3 different functions by Employees, their names to be recorded.
    OK so the tblActivity has 3 different FKs all to IDEmployee and so on the relationships the 2nd and 3rd FKs produce tblEmployee_1 and tblEmployee_2. All good so far. And on the form all is also good.
    When it comes to the report and I want to display the 3 employees . So I'm thinking my query has all of tblActivity then I add tblEmployee 3 times then I'm sort of stuck. I could choose the fields from each table - but
    I want to concantenate ExprNameBuilder: [Surname] & ", " & [NameFirst] for each of them but so far no go
    Any ideas please

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Don't quite understand the issue. You have the data entered and now building report? Why can't you concatenate the name parts for each function?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    libraccess's Avatar
    libraccess is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2012
    Location
    Napier New Zealand
    Posts
    129
    Query returns no results, is the query structure of repeating tblemployee 3 times correct

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    That is valid approach. The problem is likely the join type of each link. If it is INNER change to LEFT or RIGHT (not sure which of these outers will result), i.e., set each to "Include all records from tblActivity ..."
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Good resources for tutorials?
    By JPP in forum Reports
    Replies: 5
    Last Post: 02-25-2013, 09:39 AM
  2. Will DLookup do me any good?
    By RachelBedi in forum Access
    Replies: 17
    Last Post: 01-09-2013, 03:45 PM
  3. VBA Reference, a good one
    By snoopy in forum Programming
    Replies: 3
    Last Post: 07-26-2012, 10:03 PM
  4. Is this a good database design?
    By Someday in forum Database Design
    Replies: 4
    Last Post: 07-22-2012, 06:50 PM
  5. Replies: 1
    Last Post: 06-06-2010, 12:29 PM

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