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.
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...
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...
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...