Search results

  1. A

    Subform Requery

    Hi Everyone, In my main forms I use me.myobject.requery to refresh particular list and combo boxes. That works fine. I tried using this in subforms because I found that, when the main form was refiltered, the subform refiltered correctly but any combo-boxes in that form did not refresh. I'm...
  2. A

    Manipulating Import Specs

    Hi Everyone, I use a range of Import Specs to connect external (text and csv) data to an mdb database. This works fine. However, I would like to create and adapt these specifications using VBA and am not sure how to handle this. Are there (maybe?) internal/system tables that handle these...
  3. A

    Passthrough Oracle irritation ...

    Hi Everyone, I have a number of ODBC passthrough queries which collect data from an Oracle database. This all works fine. I also have some VBA code which can generate some of these queries 'on the fly' (e.g. passing filter parameters). This also works fine when I avoid using table...
Back
Top Bottom