DATASHEET DOES IT DO IT POST 2k

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bill Elgie

    #1

    DATASHEET DOES IT DO IT POST 2k

    Can anyone tell me if versions of Access after 2000 can show different
    colours in a datasheet screen. ie one single field in a single column
    in a single line being a different colour than the rest or a range of
    colours that are set by code depending upon their underlying data.

    From 97 and 2000 all I get to be able to do is change the colour of
    the whole screen, which is a bit 1900s really.

    It say we have a list of jobs we need to display progress in different
    columns, setting up the code is easy but not bing able to change the
    colour or color is a real pain.
  • Peter Russell

    #2
    Re: DATASHEET DOES IT DO IT POST 2k

    Bill Elgie previously wrote:
    [color=blue]
    > Can anyone tell me if versions of Access after 2000 can show different
    > colours in a datasheet screen. ie one single field in a single column
    > in a single line being a different colour than the rest or a range of
    > colours that are set by code depending upon their underlying data.
    >
    > From 97 and 2000 all I get to be able to do is change the colour of
    > the whole screen, which is a bit 1900s really.
    >
    > It say we have a list of jobs we need to display progress in different
    > columns, setting up the code is easy but not bing able to change the
    > colour or color is a real pain.
    >[/color]

    If you use a datasheet form (NOT viewing the table as a datasheet), you
    can use Conditional formatting on the field.

    You can do this in A2000.

    Regards

    Peter Russell

    Comment

    • Bill Elgie

      #3
      Re: DATASHEET DOES IT DO IT POST 2k

      rusty@127.0.0.1 (Peter Russell) wrote in message news:<memo.2003 1117115928.320L @russellscott.b tinternet.com>. ..[color=blue]
      > Bill Elgie previously wrote:
      >[color=green]
      > > Can anyone tell me if versions of Access after 2000 can show different
      > > colours in a datasheet screen. ie one single field in a single column
      > > in a single line being a different colour than the rest or a range of
      > > colours that are set by code depending upon their underlying data.
      > >
      > > From 97 and 2000 all I get to be able to do is change the colour of
      > > the whole screen, which is a bit 1900s really.
      > >
      > > It say we have a list of jobs we need to display progress in different
      > > columns, setting up the code is easy but not bing able to change the
      > > colour or color is a real pain.
      > >[/color]
      >
      > If you use a datasheet form (NOT viewing the table as a datasheet), you
      > can use Conditional formatting on the field.[/color]

      Thanks for that Peter, I will go off and look at that now.
      regards Bill
      [color=blue]
      >
      > You can do this in A2000.
      >
      > Regards
      >
      > Peter Russell[/color]

      Comment

      Working...