How do I center text in a column in the database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database set up and have two columns that will just need an "x" in
them. How do I center the text as the column heading makes it quite wide?
 
You don't center data in a table.

You could however create a Form in Datasheet view and select the field that
you want centered and set the alignment to center for that field. When you
view the form the "X" will be centered.

Depending on what the X in your field was supposed to mean, you could set
that field as a YES/NO field and it would put a check box in the table for
you.
 
I have a database set up and have two columns that will just need an "x" in
them. How do I center the text as the column heading makes it quite wide?

Table datasheets are not designed or intended for data presentation,
but for data storage.

Store your data in a Table; to display it onscreen create a Form (in
which you can set column widths at will in a Datasheet, or even better
in a continuous Form); for printing, use a Report.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top