G
Guest
I want to populate a text box with output from a query without
having to redo the form.
I would like to display the department name
in the form. In the control source for this text field I entered something
like -
"=(select Department!Dept_Name from Department where
Department.Dept_code=[RequestingDept])"
I don't get the desired results. What am I doing wrong? Or is there any
better way to achieve this? The [RequestingDept] is one of the fields on this
form which contains the department code and maps to the linkded department
table.
Thank you,
-Me
having to redo the form.
I would like to display the department name
in the form. In the control source for this text field I entered something
like -
"=(select Department!Dept_Name from Department where
Department.Dept_code=[RequestingDept])"
I don't get the desired results. What am I doing wrong? Or is there any
better way to achieve this? The [RequestingDept] is one of the fields on this
form which contains the department code and maps to the linkded department
table.
Thank you,
-Me