Search results

  1. M

    Sub Form Datasheet Dbl-Click Events

    I have a main form which allows the user to "filter" the data in a subform in datasheet view (it actually creates a custom sql and updates the subform's Recordsource property). I have set up two events in the datasheet sub form: a Form Dbl-Click and a Dbl-Click on one of the columns/controls...
  2. M

    OutputTo & 2046 Error - Revisited

    I've looked through the past threads and none seemed to provide any insight to my situation. I'm new to the OutputTo command. I first tested it with a standalone macro. Once working, I created some code to execute the macro from a form with the database window hidden. The macro worked fine...
  3. M

    Print Preview – Inconsistent Display Window

    From Popup/Modal forms I have several command buttons each to Print Preview a specific report. Each report is opened using DoCmd.OpenReport rptName, acPreview, , , acWindowNormal. In each report the last statement in OnOpen is DoCmd.Maximize and the last statement in the OnClose is...
Back
Top Bottom