I've got a table with all the people that work in my department's information.
What I want to do, is create a separate table that will track different things.
In the end, the main goal is to have it so when I click on a button on the main form to open this tracking sub-form, that it automatically pulls that person.
A little background, everyone has an ID that is an Autonumber. My whole problem is finding a way to create a relationship and enforce referential integrity.
Please help!
What I want to do, is create a separate table that will track different things.
In the end, the main goal is to have it so when I click on a button on the main form to open this tracking sub-form, that it automatically pulls that person.
A little background, everyone has an ID that is an Autonumber. My whole problem is finding a way to create a relationship and enforce referential integrity.
Please help!