Help needed regarding aligning text in field

C

Canscw

I am working on a school project and we are required to left text but when I
go to click on the button that tool bar is gray and will not work, I am in a
Table and regardless of the veiw it seems to not want to respond..Help
Please!!
 
V

Van T. Dinh

You cannot change the alignment of Field values in DatasheetView of the
Table. Text values are always left-justified & numeric values are
right-justified.

You need to create Form to display data in Controls where you can align
values in the Controls.
 
A

AlCamp

Canscw,
In table and query views, text fields are left aligned, and numeric
fields are right aligned.
If you must view your data all in left align, I would create a continuous
form that looks just like a table view, but would allow you to use any
alignment you want.
hth
Al Camp
 
Top