Guest User

Untitled

a guest
Dec 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. If x > 0 Then
  2. Me.isResolved.backcolor = "5921504"
  3. Me.isResolved.Caption = X & " Notes need reviewed."
  4. If Y > 0 Then
  5. Me.unfinished.backcolor = "5921504"
  6. Me.unfinished.Caption = "You have " & Y & " unfinished orders"
  7. Else
  8. (Do this just changing captions and colors of me.unfinished)
  9. End If
  10. Else
  11. (Do change color and caption of me.isResolved.)
  12. End If
Add Comment
Please, Sign In to add comment