Search results

  1. 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...
  2. 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...
  3. 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