Good day,
I have:
1) A table with numbered fields (1, 2, 3, etc.)
2) A form text box, whose ControlSource property contains an
expression. This expression returns a number.
If I just put a number in the ControlSource property, the text box
would display the appropriate contents of the field in my table.
However, because I have an expression returning a number, the text box
displays the number. How can I get the ControlSource property to
recognize the number as a field name and get the appropriate value for
me?
Thank you!
Shelli Carol
Scottsdale, Arizona
I have:
1) A table with numbered fields (1, 2, 3, etc.)
2) A form text box, whose ControlSource property contains an
expression. This expression returns a number.
If I just put a number in the ControlSource property, the text box
would display the appropriate contents of the field in my table.
However, because I have an expression returning a number, the text box
displays the number. How can I get the ControlSource property to
recognize the number as a field name and get the appropriate value for
me?
Thank you!
Shelli Carol
Scottsdale, Arizona
Comment