Search results

  1. B

    Naming a Group of Objects on a Form

    Hi. I was just curious to whether or not it is possible to group of say text boxes on a form together and then name them as "Text_Box_Group1" and then in Visual Basic try to make the entire group invisible? Thanks!
  2. B

    Taking information form a label when clicked

    Right. I have a button that will create a label on another form, this button will display the name of something etc. I have also set the .OnClick procedure of any newly created label to a macro which opens up a new form. However I want to display information on this form that is revelant to the...
  3. B

    "Load" a Form

    Hi again. Sorry this might be a slightly silly question, but... If I want to open up a form, it seems that it already has to be "running" or shown on the screen for example, but it doesn't have to be infocus. How to do I actually Open a form or actually more, Load a form?? At present I am...
  4. B

    Creating a text box using a command button

    I'm having trouble creating a text box in a form that already exists. I've used the example from the microsoft help thing to create a text box in a new form, but for some reason I haven't been able to edit it to create it to do what I want. :confused: If anyone has done this I would be really...
  5. B

    Selecting a Text Box based on a Variable

    Right, I'm not sure if this can be done, but I've had a fair stab at it myself and am rather stuck :confused: I have a combo box with dates in. I have stored the number of the day in a variable and wish to use that variable to select a specific textbox. Hope that makes sense... Basically...
Back
Top Bottom