F
FlyingMonkey
For example:
I have my primary table called Projects with headers as follows:
Projects ID, Project Name, Project Leader ID
And I have a second table called Project Leaders which stores Project
Leader ID as the primary key with headers as follows:
Project Leader ID, Project Leader Name
I am trying to create a Project Entry Form that displays and has a
drop down of the Project Leader Names, but stores the Project Leader
ID in the Projects Table.
Thanks for your help!
I have my primary table called Projects with headers as follows:
Projects ID, Project Name, Project Leader ID
And I have a second table called Project Leaders which stores Project
Leader ID as the primary key with headers as follows:
Project Leader ID, Project Leader Name
I am trying to create a Project Entry Form that displays and has a
drop down of the Project Leader Names, but stores the Project Leader
ID in the Projects Table.
Thanks for your help!