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 7430609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:10:07+00:00 2026-05-29T09:10:07+00:00

I’m not 100% sure that this is an appropriate question for SO but here

  • 0

I’m not 100% sure that this is an appropriate question for SO but here goes:

I’m trying to build a form in Access and I’m getting very confused.

I have 2 queries: “Jobs” and “Workers”, and a table of “Assignments”. I want to build an interface so that for a given Job, the user can look at different workers and assign them to the jobs. Once a worker has been selected for a job, a row should be added to the “Assignments” table linking the worker to that job. A job can have more than one worker and vice versa.

I think I need to set this up so that my main form has several subforms: “Jobs”, “Workers”, and “Assignments”. For whichever job is selected in “Jobs”, “Assignments” should list whichever workers have been assigned to that job. There will be an “Assign Worker” button below “Workers”, and an “Unassign Worker” button below “Assignments” that will remove a worker from the assignment list.

I understand what’s needed for the queries and VBA code behind the controls–I know how to have clicks and edits trigger events, because I’ve built a lot of Excel userforms. What I don’t know how to do is build this in Access using subforms, which seems to be the most direct approach. I guess I could work around that by just making a bunch of TextBoxes, but that seems like unnecessary work.

Any advice on how to build this form?

  • 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-29T09:10:08+00:00Added an answer on May 29, 2026 at 9:10 am

    This can be set up with no code, or at worst, very little code.

    Let us say your tables contain:

    Jobs
    JobID ->Primary key
    OtherStuff
    
    Workers
    WorkerID ->Primary key
    OtherStuff
    
    Assignments
    JobID    -> ) Primary key
    WorkerID -> ) 
    OtherStuff
    

    You will need:

    A main form, Jobs.
    A sub form, Assignments
    

    The subform assignments should have a link child and master field JobID, the wizard will do this for you.

    In place of WorkerID, put a combo box:

    RowSource: SELECT WorkerID, SName & ", " & FName FROM Workers
    Bound Column : 1
    ControlSource : WorkerID
    Column Widths : 0; 2cm
    Column Count : 2
    

    When you select a worker for the job, the job id will be filled in automatically, so you can add as many workers as you like.

    The Northwind sample database has some examples of this type of thing.

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

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
I need a function that will clean a strings' special characters. I do NOT
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I'm trying to create an if statement in PHP that prevents a single post
For some reason, after submitting a string like this Jack’s Spindle from a text
I want to count how many characters a certain string has in PHP, but
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i

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.