Default settings

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

Guest

In a database table the text is left-aligned and the numbers are
right-aligned by default. Can we change the default setting?
Would be very grateful for any help please.

Regards. S
 
Sal

You'll find a strong consensus recommendation in these newsgroups that you
NOT work directly in the tables, but rather, through forms. Among other
reasons not to use tables directly, is the fact that folks look at it and
see "spreadsheet" and try to do formatting on it.

Forms work great for that!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Sal said:
In a database table the text is left-aligned and the numbers are
right-aligned by default. Can we change the default setting?
Would be very grateful for any help please.

Regards. S

Consider a table as a warehouse for data with the data in piles based on
the data type (like number date, text) They don't have any specific order
or much of any reason someone would bother trying to look at the data in
them.

Queries, forms reports all make good tools for viewing and working with
data.
 

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