D
dgrdinh
Hello, building reports in access for the first time. I'm putting
expressions into Text Boxes but get odd results. I have a field in a
table for a name of a person, its called "NAME".
when I put
NAME
into the textbox I get the persons name: Andy
when I put
="Hi There " + [NAME]
I want "Hi There Andy" but get "Hi There Reports By Class",
where Reports by Class is the name of my report. Why is it sometimes
getting the "name" property from the table in some cases and the "name"
of the report in others? whats the rule? How do I specify to use the
"name" of the table and not the "name" of the report?
expressions into Text Boxes but get odd results. I have a field in a
table for a name of a person, its called "NAME".
when I put
NAME
into the textbox I get the persons name: Andy
when I put
="Hi There " + [NAME]
I want "Hi There Andy" but get "Hi There Reports By Class",
where Reports by Class is the name of my report. Why is it sometimes
getting the "name" property from the table in some cases and the "name"
of the report in others? whats the rule? How do I specify to use the
"name" of the table and not the "name" of the report?