Autosizing a textbox in a print view

F

Fred Boer

Hi all:

I am trying to create a print view of a form, but am having trouble with
sizing.

On the default form I have three text boxes: "Title", "FirstName" and
"LastName". These fields have set widths.

On the Print View form I have placed three new textboxes, bound to the
fields on the main form.
I want these three textboxes to automatically size to fit the data in the
field, but, even when width is set to "Auto", they expand to fill the entire
width of the page.

Not sure what I'm doing wrong here...

thanks!
 
F

Fred Boer

Not sure how I've managed it, but by creating new textboxes from scratch,
rather than copying and pasting from the main form, this problem seems to
have been resolved...

Cheers!
 
Top