Format single record

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

Guest

I have a small access db for our homeowners' assn. I want to highlight the
last name field of those paying annual dues. How may I change a single
record in table or form, without affecting the entire file? - bold or
italicize is preferred.
 
I have a small access db for our homeowners' assn. I want to highlight the
last name field of those paying annual dues. How may I change a single
record in table or form, without affecting the entire file? - bold or
italicize is preferred.

You can't do this in a Table - table datasheets have very limited flexibility,
and should not be used for routine interaction with the data.

On a Form, you can select the LastName textbox and choose Format...
Conditional Formatting from the menu (in A2000 and later). This will let you
specify a format which depends on the value of some other field.

John W. Vinson [MVP]
 
Back
Top