Recent content by NeilK

  1. N

    Conditional Formating problem

    Unfortunately I can't do that. Confidentiality and all...
  2. N

    Conditional Formating problem

    still having problems This isn't working for me. I know there is data matching the conditions but the format is not being applied. 'txtCriteria1' and 'txtTypeNum' are the names of controls, not query fields. I have some overlapping controls and it may be getting confused. I have used the...
  3. 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...
  4. N

    Problems with breakpoints

    Fixed Thank you very much! This worked! The article suggested using the STOP keyword, which did not work for me, but checking the 'Use Special Access Keys' option did.
  5. N

    Problems with breakpoints

    Breakpoints not working 1) I am certain my code is executing, as I am printing strings to the immediate window after the breakpoint 2) The STOP command didn't work 3) The compact/repair didn't fix the problem either Any more ideas? This has had me stumped for a while.
  6. 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