Ask a Question related to Microsoft Access, Design and Development.
-
JoeElla #1
Re: Autofit font size to text box
The following code will work. Adjust the char count and font size to meet
your needs and put this on the "After Update" event of your field.
If Len(field_to_be_sized) < 5 Then
Let [field_to_be_sized].FontSize = 10
Else
Let [field_to_be_sized].FontSize = 6
End If
Dave Beasley wrote in message <083d01c355c2$80c69460$a601280a@phx.gbl>...>I have a form which has a fixed length text box for
>printing. How can I get the font size to reduce
>automatically on long entries so that the text does not
>get clipped at the edge of the text box? i sthis possible
>in access?
>
>Many thanks
>
>Dave Beasley
JoeElla Guest
-
How to change the font, the font size, and color text
How to change the font, the font size, and the color for a selected text in C++. David -
creating a text link changes font size
I am the admin on my own website, using contribute 3.11...when trying to create a link, once I have highlighed my text and published my link, the... -
Text size (font issue)??
I have created a site all in Arial 1, it is giving me an issue though. On some computers it looks smaller in the browser and on some it looks fine.... -
Text/Font Size in Intro
I have banged my head against the wall for 2 weeks for this simple change. I need to be able to reduce the text size so I can fit my whole company... -
Autofit form size to resolution
Hello there, I am running A97. Is there code which will auto-format the screen to the size the user is viewing through. Kind regards, Carlee



Reply With Quote

