Hello all.
I have a tempVar called TVarAddress
In a text box control source I have: = [TempVars]![TVarAddress]
The above works fine and returns for example "12 Cook Street"
I store all the TempVars names in a table.
I have a textbox on a form called TXTBOX1 which displays just the TempVar Name - ie. TVarAddress
I have another textbox called TXTBOX2 which has the control source set as:
=TEMPVARS!&[TXTBOX1]
I wanted this to display the TempVar Value(i.e. 12 Cook Street), but it does not.
I would appreciate any help. Thank you Mark
I have a tempVar called TVarAddress
In a text box control source I have: = [TempVars]![TVarAddress]
The above works fine and returns for example "12 Cook Street"
I store all the TempVars names in a table.
I have a textbox on a form called TXTBOX1 which displays just the TempVar Name - ie. TVarAddress
I have another textbox called TXTBOX2 which has the control source set as:
=TEMPVARS!&[TXTBOX1]
I wanted this to display the TempVar Value(i.e. 12 Cook Street), but it does not.
I would appreciate any help. Thank you Mark