pop-up modal form to close after text entry

  • Thread starter hotrod1952 via AccessMonster.com
  • Start date
H

hotrod1952 via AccessMonster.com

I have a form with a command button to open a popup form(modal) the popup
form has a bound text box and label on it. When the user enters text or no
text and hits enter I need the popup form to close and return to code in the
command button.
1. open pop-up form
2. pause code on main form
3.Pop-up to close on keyboard enter - currently getting error 2585 have docmd.
close on lost focus of textbox.
4. return and run rest of code here on main form.

This is new for me so I need general direction. Thanks.
 
D

DrEvil

can you include the code in popup form?

2585 error is to with the running process while you are trying to close the
form, I would in that direction.
 
H

hotrod1952 via AccessMonster.com

Thanks I got it working.
can you include the code in popup form?

2585 error is to with the running process while you are trying to close the
form, I would in that direction.

I have a form with a command button to open a popup form(modal) the popup
form has a bound text box and label on it. When the user enters text or no
[quoted text clipped - 7 lines]
This is new for me so I need general direction. Thanks.
 

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

Top