473,406 Members | 2,208 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Please help with employee database.

How can I link the job and years of experience to the same employee without there being multiple rows
ie:
Instead of this
Bob Brown Manager 3 years
Bob Brown Talent 6 years
This:
Bob Brown Manager 3 years
Talent 3 years
Sallie Sue XXXXX Xyears
Also can the yoe and job title be two tables?
Apr 1 '14 #1
2 918
Seth Schrock
2,965 Expert 2GB
Here is a very simple table design using a normalized approach:
Expand|Select|Wrap|Line Numbers
  1. tblEmployees
  2. EmpID     EmpName
  3. 1         Bob Brown
  4. 2         Sallie Sue
  5.  
  6.  
  7. tblExperience
  8. ExpID     EmpID_fk    JobDesc     NumYears
  9. 1         1           Manager     3
  10. 2         1           Talent      6
  11. 3         2           xxxxxxx     x
Then in your employee form, you would have subform for your experience table with the relationship between the EmpID in tblEmployees and EmpID_fk as the foreign key in tblExperience.
Apr 1 '14 #2
Rabbit
12,516 Expert Mod 8TB
Isn't this thread the same as your other one? http://bytes.com/topic/access/answer...tle-experience
Apr 1 '14 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Asheesh | last post by:
Hi, I want to configure client machine with oracle database server thru .Net programming. Can any body tell me how? Actually the scenario is: I am crating .net setup project for complete...
0
by: Mamatha | last post by:
Hi Earlier i posted the query regarding to this same problem and i got some replies from them,i tried those ways also but i didn't reach my output. What my actual problem is...i have one web...
5
by: garyusenet | last post by:
At least I think it's using an API (i don't totally understand the concept.) I'm using Act 6. I need to interface with the act database and add 'contacts' to the database. The reason I need to...
2
by: Akinyemi | last post by:
I am developing a Payroll Program. I have created a Database Table in Ms Access 2000. I have placed Text Box controls on my Vb 6 Form including a Combo box. I want to fill the combo box with...
3
by: Richard | last post by:
Hi all. I have a PHP form for entering data on-line into a mySQL table.. Because of the intended search facility, I require one field in the form to be completed with exact and precise item names...
1
by: amhjones | last post by:
Hi, I am trying to get an employee database to work correctly, I thought that all the coding was correct but everytime I run my code i get a return of -1, help would be appreciated: #include...
2
by: JennDavila | last post by:
Hello, I am running into an issue with adding a form that displays a calendar to where the manager can click a day and it will attach itself to a tracking table. I am new to this and have been...
1
by: TechMind | last post by:
Hi, I have created a google map with a marker connected with the database. Working platform on ASP.NET C#, and SQL SERVER 2008. I want to place a marker on the map which would move on the map...
1
by: firasoo | last post by:
hi everyone please I want to help me in finding function return number weekend in month with access database according to calendar in computer for example if month is june the function will return...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.