Hello,
I have a form which is all setup to look at a table called "tblChem". I would like to add a single text box that looks at a value in a table called "tblMeasures".
I know it seems like an incredibly simple question, but it has got me! I have put the following into the Control Source of the text box:
There is only ever 1 record in that Measures table, whereas there may be many in the chem table.
Why does it just come up with "#Name?" ???
I would rather avoid a query, but will have to if no-one can come up with a better idea.
Thanks in advance!
I have a form which is all setup to look at a table called "tblChem". I would like to add a single text box that looks at a value in a table called "tblMeasures".
I know it seems like an incredibly simple question, but it has got me! I have put the following into the Control Source of the text box:
Code:
=[tblMeasures]![tempmeasure]
There is only ever 1 record in that Measures table, whereas there may be many in the chem table.
Why does it just come up with "#Name?" ???
I would rather avoid a query, but will have to if no-one can come up with a better idea.
Thanks in advance!