Search results

  1. R

    Spellchecker multiple fields

    I am fairly new to access and in particular VBA. So I've been working on setting up a spell checker for a specific memo field in a form using a button. Here is the code Private Sub Spellcheck_click() With Me!Description If Len(.value) >0 Then DoCmd.SetWarnings False .SetFocus...
  2. R

    Looking to conditionally format specific text within a memo field in a report

    Hello, I am attempting to condiotionally format certain text (not the entire field) within a memo field in a report. I have several values and each of the values need to be formatted either red, blue, or green. So For example I would like access 2007 to look for the following string of...
Back
Top Bottom