Use combo box to open other forms

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

Guest

Hi, I am using Access 2003; please tell me how to design a form that uses a
combo box to open other forms when the form name appears in the field and a
submit command button is selected.
 
Hi Tim,

'~~~~~~
if isnull(me.combo_controlname) then exit sub

DoCmd.OpenForm combo_controlname
'~~~~~~

this would go on the Click event of the command button as code behind
the form


Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
 

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