I'm trying to align the font in the fields of the database. You can do that
in the Microsoft works data base, I thought this thing was supposed to be
better
Works and Access are two VERY DIFFERENT PROGRAMS.
You cannot see an Access "database". It's a container for multiple
Tables, Queries, Forms, Reports, and other objects.
What you're probably looking at is an Access Table. Tables are
designed for data *storage* - not for printing, and not for onscreen
display. As such they have very limited formatting capabilities.
If you want to see the data in your table laid out on the screen with
fields centered in their boxes, use a Form. If you want the same thing
on paper, use a Report. Both forms and reports have "properties" (and
so do textboxes on both), and you have great flexibility in formatting
them.
John W. Vinson[MVP]