G
Guest
Morning,
I am working on a project management database, and am having difficulties
designing a lookup and would appreciate your help.
The first field in the table (tbl_ProjectDetails) is the primary key (ID)
which is the unique id number for a given project. The second field
(ProjectName) is the name of the project. I would like to deisgn a formula or
VBA code that automatically lookups the project "ID" value and returns the
corresponding name of the project in the "ProjectName" field.
I have created a seperate table (lu_ProjectName) which contains "ID" and
"ProjectName" (for each project ID) for the purpose of looking up the value
in the main table, but I don't know how to link the two so that "ProjectName"
in the table "tbl_ProjectDetails" automatically returns the name of the
project given in the lookup table.
I would really welcome any help with this.
Thanks, rich
I am working on a project management database, and am having difficulties
designing a lookup and would appreciate your help.
The first field in the table (tbl_ProjectDetails) is the primary key (ID)
which is the unique id number for a given project. The second field
(ProjectName) is the name of the project. I would like to deisgn a formula or
VBA code that automatically lookups the project "ID" value and returns the
corresponding name of the project in the "ProjectName" field.
I have created a seperate table (lu_ProjectName) which contains "ID" and
"ProjectName" (for each project ID) for the purpose of looking up the value
in the main table, but I don't know how to link the two so that "ProjectName"
in the table "tbl_ProjectDetails" automatically returns the name of the
project given in the lookup table.
I would really welcome any help with this.
Thanks, rich