Is there anyway to open a form and not have the button look pressed?
I say it looks pressed because around the command buttons border it has a dotted line around it... it drives me nuts!
Is there anyway to open a form and not have the button look pressed?
I say it looks pressed because around the command buttons border it has a dotted line around it... it drives me nuts!
It's probably because the command button is the first control in the tab order of the form, so that is where the cursor goes when the form is opened. To change the tab order, select View - Tab Order in form design.
John
Sounds like the button has focus when the form opens. Put something else first in the Tab Order, like a textbox.
You sure its a command button and not a Toggle button? Toggles can start pressed.
I've never seen a command button stay in...its not their behavior.
Is the color scheme such that the colors are reversed and it 'looks' pressed?
That just means the button has focus, not that it is 'pressed'. When form opens, some control must get focus.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
John_G
I went to the Tab order and that is the reason because i clicked auto number and it changed the "pressed" button, but I don't know how to change the order! any help?
Solved it! Thanks!