Search results

  1. V

    Hiding query

    All, I have a report that displays the results of a query. The query and the report are both run from a submit button on a form. I use DoCmd.OpenQuery "name", followed by DoCmd.OpenReport "name". Due to slow network connection the query shows up before the form is displayed. I would like the...
  2. V

    Select unbound object when opening a form

    How do i select a particular object on a form when opening it wit a DoCmd?
  3. V

    Row height on continuous form

    I use a continuous form to display the result of a query from an action tracking database. Some of the fields are descriptions and therefore large text boxes (max 255 characters). I have set the cangrow and canshrink properties of these fields to yes. However, when opening the form not all text...
  4. V

    Query by form leaving some fileds blank

    I am buidling a database to track action progress from different departments. I have set up 7 tables with 1 or 2 fields. I have a form where i can input the actions and that is working fine. I have a form where i allow the users to input search criteria, this form feeds a query. This form has 2...
  5. V

    Hello all

    My name is Dirk, I live in Northern Ireland. I manage a gas production platform for a big gas company and am currently on a rotational assignment in Trinidad. I like building applications mainly in access. It has been quite a while since i build my last one which was a scheduling tool connected...
Back
Top Bottom