Custom Input Box

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

Guest

I have a function that calls a form to get input from the user. I want the
function to wait until the user enters data and hits the ok button before
proceeding.

Thanks for the help.
 
mcgj said:
I have a function that calls a form to get input from the user. I
want the function to wait until the user enters data and hits the ok
button before proceeding.

Thanks for the help.

If you're talking about halting code execution until this form is
closed, try opening it with the acDialog as windowmode

docmd.openform "myform", , , , , acDialog
 
mcgj said:
I have a function that calls a form to get input from the user. I want the
function to wait until the user enters data and hits the ok button before
proceeding.

Thanks for the help.
 

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