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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top