Formatting Cells in Table Data Sheet View

J

Jim Aksel

Access 2003 and Access 2007.
I would like to make several cells in a table appear with a sunken background.
How would I do this for a single cell?
How would I do this for an enitre row?
How would I do this for en entire column?
 
A

Arvin Meyer [MVP]

Access us NOT a spreadsheet.

You cannot do it in a datasheet at all. It's all or nothing. Using a
continuous form, make to look like a datasheet, you can make 1 (or more)
column(s) sunken.
 
P

Pieter Wijnen

through very advanced use of Windows API calls
make sure to make a web page when you discover how

Pieter
 
J

Jim Aksel

That was my thought ... I already had the form thing.
Thanks for the confirmation.
 
Top