The original is
Code:
.Expression = """AYAM"""
the output is AYAM. This ok. Then I change to used textbox

I want to get the input value from textbox..I used textbox.


It should be AYAM because I input this text in my textbox5.

But my output is & TextBox5.Text & . I got my textbox name. Why could be like this? What wrong with my code below?
Code:
.Expression = """ & TextBox5.Text & """