I hope the subject is descriptive enough...
Anyway, here's the problem. I have a text box element on a report that is associated with one table. I need it to display results based off of a value in that table that relates to a second table.
Example: I have the text box currently displaying data from [Table1]![EmployeeID]. I want it to display [Table2]![FirstName] & [Table2]![LastName] where the data from Table1 is currently showing. So instead of showing "14", it shows "Howard Jones." How do I do this?
Stupidly simple, probably, but I'm striking out finding the solution.
Thanks.
Anyway, here's the problem. I have a text box element on a report that is associated with one table. I need it to display results based off of a value in that table that relates to a second table.
Example: I have the text box currently displaying data from [Table1]![EmployeeID]. I want it to display [Table2]![FirstName] & [Table2]![LastName] where the data from Table1 is currently showing. So instead of showing "14", it shows "Howard Jones." How do I do this?
Stupidly simple, probably, but I'm striking out finding the solution.
Thanks.