K
KRISH
Hi Everybody
I have created a Table1 with field [Para1]. Now I am
storing a value in [Para1] like,
"Thank you, " & [First Name] & " for your donation"
[First Name] is the field of another tabel say [Customer].
In the report I am placing a unbound text box and set its
control source to say [Para1]. Now my problem is if I open
the report it is showing the value of unbound text box as
below:
"Thank you, " & [First Name] & " for your donation"
But actually I want [First Name] should be replaced by the
name of the customer.
kindly help how to solve it. Thanks for any help.
krish
I have created a Table1 with field [Para1]. Now I am
storing a value in [Para1] like,
"Thank you, " & [First Name] & " for your donation"
[First Name] is the field of another tabel say [Customer].
In the report I am placing a unbound text box and set its
control source to say [Para1]. Now my problem is if I open
the report it is showing the value of unbound text box as
below:
"Thank you, " & [First Name] & " for your donation"
But actually I want [First Name] should be replaced by the
name of the customer.
kindly help how to solve it. Thanks for any help.
krish