JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Command Button
Thread starter
Thread starter
Guest
Start date
Start date
May 6, 2004
I need to write a command button that will take me to a different form in a new entry. I do not know how to do this and the help does not seem to be helping
Any help from any of you will be wonderful
Thank
Marcia
Marcia,
Place code like:
DoCmd.OpenForm "YourFormName", acNormal, , , acFormAdd
in the OnClick event of you button.
HTH
Byron
-----Original Message-----
I need to write a command button that will take me to a
different form in a new entry. I do not know how to do
this and the help does not seem to be helping
Any help
from any of you will be wonderful.