changing focus ( in code ) from one form to another

S

Swordsman

How do I change focus from one form to another form

This information would be extremly valuable.


Thanks
 
M

Mark A. Sam

Use the Openform Method:

Docmd.OpenForm "Formname"

If the form is open, it will give it the focus.

God Bless,

Mark A. Sam
 
Top