Font Size

MaleNurse325

Registered User.
Local time
Today, 06:23
Joined
Jan 11, 2016
Messages
72
Hi guys and ladies,

I have a report with a large date field that has an address in it.
Is there a function that I can use that will increase the font size to fit all of the available space in the field?:banghead:
 
Hi. No, I don’t know of any function that does that. Sorry.
 
Nor me. Out of interest why/how would you put an address in a date field?
 
What you could do (by trial and error) is find out how many characters fill the textbox at different font sizes. Then create your own user defined function to count the total characters used and adjust the font sizes accordingly.

There have been threads where the opposite was required - reduce font size to fit in space available ...try a forum search starting with the similar threads below
 
Thanks Dave,

Unfortunately it is an older version of access (V3.0) and my system hates it and wont open it.
 
Hmm

different problem. I can't download it, and I can't find my old downloads from the site.
 
Thanks Dave,

Unfortunately it is an older version of access (V3.0) and my system hates it and wont open it.

V3 is the version of the DB, not Access. It was built with 2003.

Here is a 2007 version. I just opened and saved after conversion.

HTH
 

Attachments

Stephen's utility in the link provided (& converted by Gasman) works in a slightly different way.
It adjusts the size of the textbox according to the amount of text entered - it doesn't change the font size.

You may have meant his auto font size utility which is the idea I was referring to in post #2 http://www.lebans.com/autosizefont.htm
I have attached an ACCDB version of that (done in A2010)

Alternatively the OP could consider using a zoom box as in the first similar threads link below. I referred to my example app http://www.mendipdatasystems.co.uk/move-forms-controls/4594549378 in post #2 of that thread
 

Attachments

Last edited:

Users who are viewing this thread

Back
Top Bottom