Search results

  1. A

    Encryption/Decryption challenge

    I'm asking anyone out there: Is there a need for a encryption function in any databases that you've worked on? It would look like this: = Scramble([TheTextYouNeedScrambled]) which would result in something like this: ¢§ž±©ž§¬¢¯žY¬­š Unscrambling would be easy: =...
  2. A

    Conditionally change text color

    I know how to change the color of currency based on Positive,Negative,Zero, and Null but how do you change the color of text based on some other criteria. Changing the .ForeColor parameter changes all of the records in the field for that control and that is not what I want. For example, I want...
Back
Top Bottom