Command Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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