Recent content by PhilipJFry

  1. P

    Minimizing a form using a button on another form

    And it works. Thanks pbaldy.
  2. P

    Minimizing a form using a button on another form

    Is there another way that I should be referencing Form_B? When I use Forms!Form_B!MyButton.SetFocus I get an error saying that Access couldn't find the form "Form_B" referred to.
  3. P

    Minimizing a form using a button on another form

    Hi, All I want to do is click a button on Form A which will then minimize Form B. The only thing I can seem to do though, is minimize Form A since DoCmd.Minimize doesn't appear to take any parameters. It's possible to launch a form from pretty much anywhere in the program... can you minimize...
  4. P

    Insert values from selected fields from a form into a table?

    Thanks JANR! Things make more sense now in light of your explanation... This definitely helps me out. I have a more general question too if you don't mind. I've noticed that many people tend to use an autonumber ID as a primary key. Is this still necessary (or just good practice) if I know...
  5. P

    Insert values from selected fields from a form into a table?

    Hi All, I was hoping that someone could point me in the right direction since this is my first Access project, and I’m still trying to pick things up. We have projects that will need attention at certain pre-determined dates, which are partially selected by a user, and partially calculated...
Back
Top Bottom