CancerStick
Registered User.
- Local time
- Today, 07:05
- Joined
- Mar 13, 2008
- Messages
- 12
I have a database with several different tables pertaining to Employee Data. I am using certain tables for information on selected employees. Such as, out of 100 employees, 80 of them have a specific certification.
I've built a seperate table for basic employee information, and a seperate table for those that have this certification. Both tables are related by an employee ID.
What I want to do is place a command button that asks if an employee has a this certification. Yes/ No. If answer is yes, then a modal form pops to fill proper information.
Now, my question is, when I create the relationship as a one to one on the employee Id how do I ensure that the employee Id's match up? Should take off the auto number format on the Employee Id? Do I need to create another VBA code that inputs the employee name into the Certification table off of the Employee Info table?
Am I making any sense?
Hope someone can clear this up for me.
I've built a seperate table for basic employee information, and a seperate table for those that have this certification. Both tables are related by an employee ID.
What I want to do is place a command button that asks if an employee has a this certification. Yes/ No. If answer is yes, then a modal form pops to fill proper information.
Now, my question is, when I create the relationship as a one to one on the employee Id how do I ensure that the employee Id's match up? Should take off the auto number format on the Employee Id? Do I need to create another VBA code that inputs the employee name into the Certification table off of the Employee Info table?
Am I making any sense?
Hope someone can clear this up for me.