Search results

  1. N

    Conditional Formating problem

    Hi, I know this should be easy but I can't get it to work. I want to add a conditional format to a report field based on an expression that evaluates two conditions: ([txtCriteria1].[Text]="") And ([txtTypeNum].[Text]=1) I'm sure this is just a case of syntax. Should I reference the...
  2. N

    Problems with breakpoints

    Hi, I have a problem with my VBA code that I can't figure out. Well, actually the code seems to work, but when I add a breakpoint the code does not stop. The breakpoint doesn't seem to get recognized at all. I have written text to the Immediate Window to make sure that my functions with...
Back
Top Bottom