My first line is saying what I want to accomplish mate.
Code:
I want a text box which is on a form linked to a table, to display a name using a foreign key as a reference
That is what I want in its entirety. No specific details are needed as its a question about using text boxes in general. The answer applies on every setup, It would be no good for you guys to give me the answer here if I have to ask it again in a few weeks time.
I have a form, on it is a text box, the form is linked to table_A, the text box needs to display a name from table_B.
I resolved the issue by using the form wizard on a new form then copying the record source it created. So I know now where the problem is/was.