T
TForward
All,
I have a form that displays integer totals from a non-updateable query in
text fields on a form. The text boxes are meant to change width based on
the integer within the field, like a bar chart (well, it IS a bar chart).
I have a macro that does what I want but I need to name all my objects
specifically. I tried vb-coding the on-current event and looping through
the text box collection but I get type-mismatch errors whether I assign the
integer value to variable or name it specifically. If I put an integer in
its place, it works but all my fields come up the same size. The examples
I found online look pretty easy but I must be missing some detail. Can
anyone help? Thanks.
TForward
I have a form that displays integer totals from a non-updateable query in
text fields on a form. The text boxes are meant to change width based on
the integer within the field, like a bar chart (well, it IS a bar chart).
I have a macro that does what I want but I need to name all my objects
specifically. I tried vb-coding the on-current event and looping through
the text box collection but I get type-mismatch errors whether I assign the
integer value to variable or name it specifically. If I put an integer in
its place, it works but all my fields come up the same size. The examples
I found online look pretty easy but I must be missing some detail. Can
anyone help? Thanks.
TForward