M
MJ
We are building a form where we are entering information about a problem with
a variety of systems/applications. Out dropdown to select the
system/application is functioning correctly, but we are not picking up the
"Assigned To" value on selection.
Is it possible to get the "Assigned To" value when the user selects the
System?
The dropdown list has a <Row Source> = QrySysOther:
SELECT tblSystemOther.System
FROM tblSystemOther;
tblSystemOther is a table with two fields <System> and <Responsible> (which
holds the responsible team member's name for that system) and based on the
user's selection of system, Assigned To should get the value of <Responsible>
for that system.
I know that this is probably very simple, but I am having a brain lockup,
can someone out there give me a quick hand?
Thanks for the assist in advance,
MJ
I
a variety of systems/applications. Out dropdown to select the
system/application is functioning correctly, but we are not picking up the
"Assigned To" value on selection.
Is it possible to get the "Assigned To" value when the user selects the
System?
The dropdown list has a <Row Source> = QrySysOther:
SELECT tblSystemOther.System
FROM tblSystemOther;
tblSystemOther is a table with two fields <System> and <Responsible> (which
holds the responsible team member's name for that system) and based on the
user's selection of system, Assigned To should get the value of <Responsible>
for that system.
I know that this is probably very simple, but I am having a brain lockup,
can someone out there give me a quick hand?
Thanks for the assist in advance,
MJ
I