J
JohnE
Greetings. I have a dilemma plaging me on a Sunday
night. I have a form (usrfrmPRAProjectTeamMembers) that
is a continuous style form. The form field
(ProjectTeamMember) is a drop list of names. What I am
trying to do is to reduce the time for a person when
selecting the team member by having the remainder of the
fields pre-fill with the team members info. Here is a
sample line. But, no matter what name is selected in the
ProjectTeamMember drop list, the lookups are showing the
first person listed on the table. Whjat am I missing
here? Thanks to anyone that responds.
*****************
Me.ProjectTeamMemberEmail = DLookup
("[ProjectTeamMemberEmail]", "tblProjectTeamMembers",
[Forms]![usrfrmPRAProjectTeamMembers]![ProjectTeamMember])
*****************
....John
night. I have a form (usrfrmPRAProjectTeamMembers) that
is a continuous style form. The form field
(ProjectTeamMember) is a drop list of names. What I am
trying to do is to reduce the time for a person when
selecting the team member by having the remainder of the
fields pre-fill with the team members info. Here is a
sample line. But, no matter what name is selected in the
ProjectTeamMember drop list, the lookups are showing the
first person listed on the table. Whjat am I missing
here? Thanks to anyone that responds.
*****************
Me.ProjectTeamMemberEmail = DLookup
("[ProjectTeamMemberEmail]", "tblProjectTeamMembers",
[Forms]![usrfrmPRAProjectTeamMembers]![ProjectTeamMember])
*****************
....John