Changing the properties of controls on continuous form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Don Lopez

    Changing the properties of controls on continuous form

    I have a continous form that displays each record in the recordset as
    a line of textboxes containing data. I wanted to make certain lines
    appear red based on critera in the record. Is there any easy way to
    do this?
  • Nath Wilson

    #2
    Re: Changing the properties of controls on continuous form

    >I have a continous form that displays each record in the[color=blue]
    >recordset as a line of textboxes containing data. I wanted
    >to make certain lines appear red based on critera in the
    >record. Is there any easy way to do this?[/color]

    Yes, select the text box and go to:

    Format -> Conditional Format

    and select the conditions that apply to you.

    HTH
    --

    Nath

    (Email mangling obvious)


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    • Pavel Romashkin

      #3
      Re: Changing the properties of controls on continuous form

      Take a look at conditional formatting.

      Pavel

      Don Lopez wrote:[color=blue]
      >
      > I have a continous form that displays each record in the recordset as
      > a line of textboxes containing data. I wanted to make certain lines
      > appear red based on critera in the record. Is there any easy way to
      > do this?[/color]

      Comment

      • Tammy Sanders

        #4
        Re: Changing the properties of controls on continuous form

        Is that a feature of versions of Access greater than Access 2000? I have
        needed to do that many times; I looked at my database (Access 2000) but
        conditional formatting is not an option that I can see.


        "Nath Wilson" <chanester@a0l. com> wrote in message
        news:3f4f791d$0 $62082$75868355 @news.frii.net. ..[color=blue][color=green]
        > >I have a continous form that displays each record in the
        > >recordset as a line of textboxes containing data. I wanted
        > >to make certain lines appear red based on critera in the
        > >record. Is there any easy way to do this?[/color]
        >
        > Yes, select the text box and go to:
        >
        > Format -> Conditional Format
        >
        > and select the conditions that apply to you.
        >
        > HTH
        > --
        >
        > Nath
        > www.cooldigitec.co.uk
        > (Email mangling obvious)
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***
        > Don't just participate in USENET...get rewarded for it![/color]


        Comment

        • Rick Brandt

          #5
          Re: Changing the properties of controls on continuous form

          "Tammy Sanders" <junkmail1@tria d.rr.com> wrote in message
          news:UbO3b.3671 2$J16.1800823@t wister.southeas t.rr.com...[color=blue]
          > Is that a feature of versions of Access greater than Access 2000? I have
          > needed to do that many times; I looked at my database (Access 2000) but
          > conditional formatting is not an option that I can see.[/color]

          Access 2000 was the first to have it. Look again.


          Comment

          • Tammy Sanders

            #6
            Re: Changing the properties of controls on continuous form

            Found it! Thanks...



            "Rick Brandt" <RBrandt@Hunter .Com> wrote in message
            news:biobtb$bm0 je$1@ID-98015.news.uni-berlin.de...[color=blue]
            > "Tammy Sanders" <junkmail1@tria d.rr.com> wrote in message
            > news:UbO3b.3671 2$J16.1800823@t wister.southeas t.rr.com...[color=green]
            > > Is that a feature of versions of Access greater than Access 2000? I[/color][/color]
            have[color=blue][color=green]
            > > needed to do that many times; I looked at my database (Access 2000) but
            > > conditional formatting is not an option that I can see.[/color]
            >
            > Access 2000 was the first to have it. Look again.
            >
            >[/color]


            Comment

            Working...