Align Text In Table

W

Wolfgang

Hello and thanks for helping.

How can i align the text in a datasheet (Table)? I would like to center
it.

Thanks

Wolfgang
 
F

fredg

Hello and thanks for helping.

How can i align the text in a datasheet (Table)? I would like to center
it.

Thanks

Wolfgang

Because Tables are for storing data and not for viewing, tables do not
support center alignment.

Create a form. While in Form Design View, select the control and click
the Center Align tool button.
Set the Form Display View to Datasheet.
It will now show the form as a table, but the data will be centered in
the column.
 
W

Wolfgang

thanks for the fast response.

Can i align text to the right or left in a table?

Thanks
Wolfgang
 
V

Van T. Dinh

Not in Datasheet View of the Table. The default for Text is left-justified.

--
HTH
Van T. Dinh
MVP (Access)



Wolfgang said:
thanks for the fast response.

Can i align text to the right or left in a table?

Thanks
Wolfgang
 
W

Wolfgang

Thanks :) at least i know there is nothing i can do about that. :-(
thanks for helping :)

Wolfgang

Van T. Dinh said:
Not in Datasheet View of the Table. The default for Text is
left-justified.
 
K

KRosier

Wolfgang,

It sounds like you may be missing the point. Tables are to hold data
only. You should not be trying to manipulate how they look (left,
right, center justified, font, etc) in tables. That should be done in
forms and reports, and can be done quite easily there.

Kathy
 
Top