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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:08:56+00:00 2026-06-10T11:08:56+00:00

I’m totally new with Access, so I’m not sure if I’m going about this

  • 0

I’m totally new with Access, so I’m not sure if I’m going about this the right way, but I’m stuck.

I have an excel file with about 5000 records. Among the data in this file are columns for tracking employment history. Currently there are two sets of columns, “Job Title 1” & “Employer 1” and “Job Title 2” and “Employer 2”

I’d like to use Access to let users add additional employment records. Ideally, I’d like to be able to add Job 3, Job 4 and so on, as required.

I’ve created a form in Access, and it seems to me that a subform is the best way to insert the employment history. So, I’ve created a sub form which imports the Job data, but I’m having trouble formatting it.

Right now, I can put Job Title 1 and Job Title 2 into separate columns on the same row, but I’d like to combine them into one ‘Job Title’ field, and create multiple rows.

If I’m on the right track I could use some help finishing off the subform formatting, or if there’s a completely different way to do this I’m open to that too.

Here’s a simplified example record:

Name: John Smith

Job Title 1: Reporter

Employer 1: Toronto Star

Job Title 2: Columnist

Employer 2: Toronto Sun

What I want is a table that looks like this, with the option to add additional rows:

Name: John Smith

Job Title / Employer

Reporter / Toronto Star

Columnist / Toronto Sun

Thanks in advance for any help, I hope my explanation was clear, but please let me know

  • 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-06-10T11:08:57+00:00Added an answer on June 10, 2026 at 11:08 am

    Do not try and reproduce an Excel form in MS Access. You want a table that contains:

    PersonID
    JobTitle
    JobDetails
    JobDate
    

    The user will keep adding records to the table in the subform and the date will tell you whether it is job 1 or job n. When you output to Excel, a crosstab query will line up the records into one row, if that is what you need. You might like to read http://r937.com/relational.html, if you have not already read something similar.

    To change your existing data into this format, you can use a union query:

     INSERT INTO NewTable (PersonID, JobTitle, Employer)
     SELECT PersonID, JobTitle, Employer FROM
     (SELECT PersonID1 As PersonID, JobTitle1 As JobTitle, Employer1 As Employer
     FROM Table
     UNION ALL
     SELECT PersonID2 As PersonID, JobTitle2 As JobTitle, Employer2 As Employer
     FROM Table)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
This could be a duplicate question, but I have no idea what search terms
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I don't have much knowledge about the IPv6 protocol, so sorry if the question
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
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.