Results 1 to 2 of 2
  1. #1
    josnow is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2012
    Posts
    10

    Question Custom form - complex model of data

    I am trying to build a form with the following information:

    Tables:
    Table Role: RoleId, Role
    Table TeamMember: TeamMemberId, LastName, FirstName
    Table SopReviewer: SopReviewerId, TeamMemberId, RoleId (TeamMemberId = TeamMember.TeamMemberId and RoleId = Role.RoleId)
    Table Sop: SopId, SopName, SopOwnerId, RoleId, SopReviewerId (SopOwnerId = TeamMember.TeamMemberId, RoleId = Role.RoleId and SopReviewerId = SopReviewer.SopReviewerId)

    Attributes on the Custom Form:
    SopId, SopName, SopOwnerId, LastName (based on Sop.SopOwnerId), RoleId, Role (Based on Sop.RoleId), SopReviewerId, TeamMemberId (based on SopReviewer.TeamMemberId), LastName (based on SopReviewer.TeamMemberId).

    I have been able to build the form up until I try to include the LastName based on SopReviewer.TeamMemberId. I am trying to build a combo box with the LastName with the caption Sop Reviewer Last Name. The combo box doesn’t want to connect to the SopReviewer table but wants to connect to the Sop table. Does anyone know how to change this so I can pull this information from a different table? Additionally, I want to only pull the TeamMemberId based where Sop.RoleId = SopReviewer.RoleId. Is this possible? Can anyone help me?

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726

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

Similar Threads

  1. custom data collection problem
    By noner22 in forum Programming
    Replies: 7
    Last Post: 02-11-2013, 02:57 PM
  2. Transform data model from Access to X
    By snoopy in forum Database Design
    Replies: 2
    Last Post: 05-29-2012, 12:37 AM
  3. Form/SubForm Architecture Model
    By Gray in forum Forms
    Replies: 2
    Last Post: 05-19-2011, 10:37 AM
  4. Outlook Object Model question - automation
    By yeah in forum Programming
    Replies: 1
    Last Post: 11-23-2010, 02:05 PM
  5. import custom form data from Outlook
    By bigsteve520 in forum Import/Export Data
    Replies: 0
    Last Post: 11-13-2009, 12:18 PM

Tags for this Thread

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