On my switchboard I have a left side panel that contains "buttons" for
opening various standard forms. These aren't command buttons, but instead
image files with events on the double click procedures of the image (two
images for each "button" - the normal and the active with a yellow orangish
tinge which is easily enough accomplished via a decent image editor).
This works nice because is keeps the users from accidentally opening a form
(single clicks are pretty easy to accidentally land anywhere, especially when
trying to bring the buried switchboard form to the top), and you can get some
fancy graphics for your "buttons".
This may be of some consideration if you would like to make sure users
aren't accidentally running commands (I don't go so far as to get the
depression effect of a clicked button on my images, but playing around with
some graphics and maybe even the onmouseover event you could probably
simulate the effect fairly accurately).
Bottom line, if you don't want a double click rather than click, don't use a
command button. If you want just one click, use a command button.
hth
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
"FPS, Romney" wrote:
> Hi all,
> In Access 97, SR2, the On Dbl Click event for forms produces the same result
> as the On Click event. Why is this?
>
> .... I've had to watch where I place buttons which open other forms because
> accidental double-clicks on the first form can produce unintentional
> "clicks" on the second form as it opens.
>
> Thanks,
> Mark
>
>
>