P
Peter
I have a subform that I want to use to track some resource-specific
information relative to a project. I have a TeamMember table that have
foreign-key fields that link to the Resource table (containing much of the
needed data) and the Project Table.
I've seen this done with a Classroom Database I downloaded from the
Microsoft Templates site but cannot get it to work for mmy database - ugh.
Basically I want the user to be able to select the Resource Name from the
Subform drop down field and have the DeskPhone, MobilePhone, SkypeName,
Location, and Company fields automatically populate in the subform with the
data stored on the resource table. I also want to allow the user to update
the data within that subform and have that updated data change reflect in the
resource table; I.E.: if the user's DeskPhone needs to be changed, the user
can change that in this subform without having to go to the Resource table or
another Resource contact form.
So how do I do this?
information relative to a project. I have a TeamMember table that have
foreign-key fields that link to the Resource table (containing much of the
needed data) and the Project Table.
I've seen this done with a Classroom Database I downloaded from the
Microsoft Templates site but cannot get it to work for mmy database - ugh.
Basically I want the user to be able to select the Resource Name from the
Subform drop down field and have the DeskPhone, MobilePhone, SkypeName,
Location, and Company fields automatically populate in the subform with the
data stored on the resource table. I also want to allow the user to update
the data within that subform and have that updated data change reflect in the
resource table; I.E.: if the user's DeskPhone needs to be changed, the user
can change that in this subform without having to go to the Resource table or
another Resource contact form.
So how do I do this?