Search results

  1. V

    Hiding query

    Dave, I made a mistake. The report does show the queries content after removing the code to open the query. Thanks again. Dirk
  2. V

    Hiding query

    Dave, Thanks for your reply. The reason for opening the query is to get the value in the report. If I don`t open the query, the form will be empty. Regards, Dirk
  3. 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...
  4. V

    Select unbound object when opening a form

    Thanks Paul.
  5. V

    Select unbound object when opening a form

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

    Row height on continuous form

    John, Thanks for yr help. I decided to use a report and make it look like the forms i use. Works ok so far. Dirk
  7. V

    Row height on continuous form

    John, That is right, not what I was looking for. :) There must be a way of doing it. Dirk
  8. V

    Row height on continuous form

    John, Thanks for the quick reply. Any hints as to have all the text showing in form view? (Other than manually) Dirk
  9. 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...
  10. 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...
  11. 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