I need to know, in access, how to autofit test in a querry.

S

Steve Berg

I want to know how to, in a querry, have the font change to fit to the cell
size. I can find how to have the cell change, but I want the cell to stay the
same size and have the text shrink to fit. Thanks , Steve
 
O

Ofer

You can't do that with the query.
Use a report that is based on the query, to do that for you using the Can
shrink, can grow properties of the fields
 
Top