Search results

  1. C

    More than 3 Conditional Formatting

    AH, that fixed it. Thank you so much, for whatever reason when I made the report with a wizard in Justified Layout, it set all the text boxes to Transparent.
  2. C

    More than 3 Conditional Formatting

    This is at work, so they are slow to upgrade. There are no formats on the field in the table other than limiting the field size to 1 character. When I use the conditional formatting tool, everything works just fine, minus the extra colors I need. When I clear the conditional formatting tool and...
  3. C

    More than 3 Conditional Formatting

    Sorry, might be confusing what you're asking. I am using Microsoft Access 2003 (11.8166.8221) SP3. I have Windows XP Professional Version 2002 Service Pack 3.
  4. C

    More than 3 Conditional Formatting

    Service Pack 3
  5. C

    More than 3 Conditional Formatting

    I need it on a report, not a form. I have the information in a table, running a query to find specific information, then wanting the conditional formatting done on my report. Forgot to state I'm using version 2003.
  6. C

    More than 3 Conditional Formatting

    Even after the changes, I still get a blank in the Priority text box. Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer) Select Case Me.Priority Case "H" Priority.ForeColor = vbWhite Priority.BackColor = vbRed Case "M"...
  7. C

    More than 3 Conditional Formatting

    I'm trying to make a report where a certain field will have 5 different backgrounds depending on the situation in the field. I've looked up coding constantly getting the same thing. When I put my coding in and run it, the field turns blank and no color changes have also been made. Here's my...
Back
Top Bottom