Search results

  1. W

    Step Into to debug does not work

    Yes the code is reaching the breakpoint. If I set a breakpoint before e.g. a message box statement it runs past the breakpoint and puts up the dialog box from the message box statement. There are no Timer events running. I do have a class module that I imported that runs a pop up calendar from...
  2. W

    Step Into to debug does not work

    I have a database that I created a while ago but for some reason when I try to run through code in step mode it does not work. Instead the entire code runs as if I'd hit Run. Also, although I can set break points in the code they are ignored and the code again just runs straight through. I am...
  3. W

    Sub-report does not appear on main report

    I've taken the code out of the sub-report and put it in the format event of the main report and it now seems to work. Looks like I need to learn more about events.
  4. W

    Sub-report does not appear on main report

    I have a sub-report which does not appear in the main report when I use the On Format event for the detail of the sub-report. If I open the sub-report on its own with the On Format event then it works Ok and formats the sub-report detail as I want it to. If I remove the On Format event and...
  5. W

    Nz function problem

    Thanks Brad. It looks like text box names was the problem. I bet you can tell I'm a beginner.
  6. W

    Nz function problem

    I have a report based on a cross-tab query and on the report I want to use the Nz function for the summarised fileds from the cross-tab but I am having problems with it. When I use Nz([FieldName],0) in a textbox the report displays errors instead of a number or zero as I want it to. On...
Back
Top Bottom