D
dgrdinh
I have Report with the NAME: Report by Class
I have a Field with the NAME: "Name", with one of the names being
"ANDY"
When i put:
NAME
into a textbox it get "Andy" which is from the field NAME.
when I put:
=[NAME]
into the box I get "Report by Class" which is not the name of the field
but the name of the Report.
What I want to do is something like :
=[NAME] + "," + [ADDRESS]
but it keeps referencing the wrong field for name, and it cant find
address!
thanks
I have a Field with the NAME: "Name", with one of the names being
"ANDY"
When i put:
NAME
into a textbox it get "Andy" which is from the field NAME.
when I put:
=[NAME]
into the box I get "Report by Class" which is not the name of the field
but the name of the Report.
What I want to do is something like :
=[NAME] + "," + [ADDRESS]
but it keeps referencing the wrong field for name, and it cant find
address!
thanks