M
Michael
Duane Hookom was helping me and I thought I had gotten it right, but for
some reason, I now get a error when I use the following
="GER "+[DestGER]. This is a text box that relates the to the check box
named "DestGER" I get an error #ERROR all the time regardless of the value
in the controlling source. Can this be used with a check box? I don't really
need to have the check box show, as this is a pallet label and I just need
to have GER to show the country of destination when there is a value in the
check box
on another page
I have ="RucolaSelvatica "+[RucolaSelvatica] I get the error #Error
when there is a value in the box and the label should be shown and when
there is no value, the label is not show which is correct.
below is the help that Duane gave me.
thank you
Michael
Assuming you have a field named [Tomatoes]. You can change the Tomatoes
label to a text box and set its control source to
="Tomatoes " + [Tomatoes]
If the Tomatoes field is Null then the "label" will not display.
some reason, I now get a error when I use the following
="GER "+[DestGER]. This is a text box that relates the to the check box
named "DestGER" I get an error #ERROR all the time regardless of the value
in the controlling source. Can this be used with a check box? I don't really
need to have the check box show, as this is a pallet label and I just need
to have GER to show the country of destination when there is a value in the
check box
on another page
I have ="RucolaSelvatica "+[RucolaSelvatica] I get the error #Error
when there is a value in the box and the label should be shown and when
there is no value, the label is not show which is correct.
below is the help that Duane gave me.
thank you
Michael
Assuming you have a field named [Tomatoes]. You can change the Tomatoes
label to a text box and set its control source to
="Tomatoes " + [Tomatoes]
If the Tomatoes field is Null then the "label" will not display.