formatting a datasheet

  • Thread starter make a VBA to export pivot chart to word
  • Start date
M

make a VBA to export pivot chart to word

Hello there,
A little explanation is needed before i ask my question. When in design view
for a table, the rows that show field name, data type and description, i was
wondering if there is anyway to give background color to it so that when i
have a table or form ic can have a certain color or font for my field names.
For example if a field anme was called "Employee" or "Order ID" is the a way
that these fields could have a green background. I am not talking about the
data in the fields that would be in rows only the one field name called
"Employee ID" or whatever happens to be there
 
J

John Vinson

Hello there,
A little explanation is needed before i ask my question. When in design view
for a table, the rows that show field name, data type and description, i was
wondering if there is anyway to give background color to it so that when i
have a table or form ic can have a certain color or font for my field names.
For example if a field anme was called "Employee" or "Order ID" is the a way
that these fields could have a green background. I am not talking about the
data in the fields that would be in rows only the one field name called
"Employee ID" or whatever happens to be there

No.

Use a Form. Table datasheets are of VERY limited flexibility; this is
among the many things which you cannot do on a table datasheet, but
can easily do in a Form.

John W. Vinson[MVP]
 
Top