Control Buttons

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

Guest

I have a form that has control buttons on it to run various queries. When I
open the database, the first control button is automatically running the
query. I do not have any properties set to automatically run anything on
open. Does anyone know why this is happening? Is there a way to turn it off?
 
Pushing the Enter key will usually act as a click on a button which has
focus. One thing that will work is to place a transparent button on the form
with no code. Set it's Tab Index to 0 so it is the first control to get
focus. The Enter key will not fire anything.
 
The "On Enter" properties field is blank. But I will try adding a hidden
control and see if that works. Thanks for your 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