Hi all,
I would like to put a textbox onto a form that displays the value from a query I have.
Now, whenever I put the control source of the textbox to the query, it is coming up with a #name error.
This is the sql behind the query
That returns fineCode:SELECT Department.DepartmentName FROM Department INNER JOIN Client ON Department.[DepartmentID] = Client.[DepartmentID];
Just to now get that returned value into a textbox. Any ideas please?