Search results

  1. J

    Setting properties of controls in report

    hey guys! I have a report which contains 10 labels named label1, label2.., label10. I need to go in each of them to set the caption property depending on the fields selected on a form. I am using a do..while loop which sets the caption of a label to be the string contained in the variable...
  2. J

    Setting properties of controls in report

    hey guys! I have a report which contains 10 labels named label1, label2.., label10. I need to go in each of them to set the caption property depending on the fields selected on a form. I am using a do..while loop which sets the caption of a label to be the string contained in the variable...
  3. J

    Setting properties of controls in report

    hey guys! I have a report which contains 10 labels named label1, label2.., label10. I need to go in each of them to set the caption property depending on the fields selected on a form. I am using a do..while loop which sets the caption of a label to be the string contained in the variable...
  4. J

    Setting properties on an open form from another open form

    I believe that the code Forms!f2.Visible = false will work. You add it in an event of the form f1 (i.e. the click event of a button) to make the form f2 invisible. Hope it helps!
  5. J

    Public Variables

    Done it! Thanks! So I will have a module just to declare my public variables (when need ones)??? Great!!!
  6. J

    Public Variables

    Where should I declare it then if not in the General level of a class of a form? Does the word Global works? Cause it gives me a compile error?
  7. J

    Public Variables

    I want to use a public variable called myFilter which takes values from a form called searchForm and then use it in another form to produce a report with the same filter. The problem is that I cannot make my variable work as public although I declare it in the General level. Any tips or even...
  8. J

    Required type library or wizard is not a VBA project

    I am trying to copy and .mde file along with the .mdb in my laptop from the office server. When I try to open the database I get the message "Required type library or wizard is not a VBA project". Wherever I click on the start up form I get this message. I don't think that it is a matter of...
Back
Top Bottom