S
SDIrby
Hello all,
My problem is this: I have a report that pulls information off a tables
and a query, this report works fine as is. The problem is that i added
a new text box that holds parcel i.d. #'s. Well this is a report for a
county recorder and they are very particular about their reports. Two
counties need the label caption changed and i don't want to create a
whole new report and edit buttons and such.
So, I am wondering if there is a way to change the Label caption of a
text box depending on the contents of a Field on the report form.
I've tried
If [County] = "suffolk*" or "Fluvanna"
me.mylabel.caption = "Property/Tax I.D.#"
else
me.mylabel.caption = "Parcel I.D.#"
can this work or can something similar to this work. Just a push in
the right direction will more than suffice. I would appreciate any
help. Thank you in advance.
My problem is this: I have a report that pulls information off a tables
and a query, this report works fine as is. The problem is that i added
a new text box that holds parcel i.d. #'s. Well this is a report for a
county recorder and they are very particular about their reports. Two
counties need the label caption changed and i don't want to create a
whole new report and edit buttons and such.
So, I am wondering if there is a way to change the Label caption of a
text box depending on the contents of a Field on the report form.
I've tried
If [County] = "suffolk*" or "Fluvanna"
me.mylabel.caption = "Property/Tax I.D.#"
else
me.mylabel.caption = "Parcel I.D.#"
can this work or can something similar to this work. Just a push in
the right direction will more than suffice. I would appreciate any
help. Thank you in advance.