Hi,
Novice question: Is it possible to have a query be the control source for a text box on a form? The code I have been trying to implement is:
SELECT Table2.FirstName FROM Table2 WHERE LastName = "Anderson";
If I could figure that much out, I would replace "Anderson" with another text box on the form.
Thank you for your help.
Novice question: Is it possible to have a query be the control source for a text box on a form? The code I have been trying to implement is:
SELECT Table2.FirstName FROM Table2 WHERE LastName = "Anderson";
If I could figure that much out, I would replace "Anderson" with another text box on the form.
Thank you for your help.