T
Tony
Hi All,
I have a db that allows users to pull up records with a search form. When
the records are returned, they include basic information including Address,
City, State, and ZIP. I would like to format the address information as
follows:
Street Address
City, State ZIP
Since the length of the data that is returned to the City control is of
varying length, in cases where the City is short, the returned data looks
like this:
Street Address
City State ZIP
Is there a way for me to dynamically size the City control (a text box) such
that it can shrink and grow, like report controls? Then, I can position the
State control by adding the City controls width and left properties to come
up with the left property of the State control.
Thanks & Ciao,
Tony
I have a db that allows users to pull up records with a search form. When
the records are returned, they include basic information including Address,
City, State, and ZIP. I would like to format the address information as
follows:
Street Address
City, State ZIP
Since the length of the data that is returned to the City control is of
varying length, in cases where the City is short, the returned data looks
like this:
Street Address
City State ZIP
Is there a way for me to dynamically size the City control (a text box) such
that it can shrink and grow, like report controls? Then, I can position the
State control by adding the City controls width and left properties to come
up with the left property of the State control.
Thanks & Ciao,
Tony