There is VERY LITTLE you can do around formatting in a table. Centering is not one of them.
So I use the table to store all possible values that can go in a report, click on the fields I want in a report (maybe 10 from several hundred), then they get loaded to a report for viewing.
Yes, you are right - in 2007 there is a text align property in the table. I had not opened 2007 and was basing my answer wrongly off of 2003.
Just another way (along with Table level lookups) that Microsoft is encouraging users to work with tables. They haven't added Conditional Formatting to tables for Access 2010 have they?![]()
How do you get several hundred fields in a table? Access can only manage 255 fields. Such a large number of fields also suggests the data structure may not be ideal.
If you are recreating actual tables rather than just working with a recordset you will eventually run out table object indexes. I remember seeing somewhere the limit on the number of tables in the life of a database is in the 700's.
You are just displaying a recordset. Why a make a table or even a query? Regardless of the record source the data should be displayed in a form where you will have the capacity to format it however you like.