Datasheet Column Header

Colorado Spring

Registered User.
Local time
Today, 14:02
Joined
Dec 10, 2005
Messages
36
Howdy all...

Is it possible to wrap the text in a column heading/field name to accommodate a narrower results column?

Thanx ;>)
Karen
 
In a table: Not that I know of
In a Query: Yes
In a Form: Yes
In a Report: Yes
Is changing to an "Input Form" an option?
 
Thanx for the quick response, cookie. How is it possible in a query and not a table? I may have to go with a continuous form if I can't find a solution. Certainly not my form of choice.

Thanx
 
In Access, Tables are intended to be used for data storage, not for data entry/displaying, hence their display capabilities are far less flexible than that of Forms, which are intended for displaying data.

Also note that all data interaction, such as entry/editing, should be done through Forms.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom