My form has one table as its record source. A number of controls get their values from that table. All fine.
I need to get one other value, a rating factor, from another table and populate a textbox (for viewing only) on the form. There really isn't a relationship between the two tables so I can't just change the form's record source be a query that includes the two tables.
To me, it seems that I should just be able to set the control source property of this rating factor textbox to be a query that selects the single value that I want to put in there. When I do that I see "#Name?" in the textbox after the form loads.
When/how is the best way to get this rating factor textbox loaded?
Any help appreciated!
I need to get one other value, a rating factor, from another table and populate a textbox (for viewing only) on the form. There really isn't a relationship between the two tables so I can't just change the form's record source be a query that includes the two tables.
To me, it seems that I should just be able to set the control source property of this rating factor textbox to be a query that selects the single value that I want to put in there. When I do that I see "#Name?" in the textbox after the form loads.
When/how is the best way to get this rating factor textbox loaded?
Any help appreciated!