From: JamesJ on
access 2007 sp2

I can't figure this one out.
When I pres the spacebar one of my form opens.
Anyone know why?
I do have a macro that traps certain keys but not sure what to put in for the spacebar.
Subsequent search in access help and the internet found nothing.
From: JamesJ on
I did find something out here.
The OnClick of a command button on my form is being firing when he spacebar.

Is there a way to prevent this??

James
"JamesJ" <jjy(a)darwin_roadrunner.com> wrote in message news:OG5lRzWtKHA.5036(a)TK2MSFTNGP02.phx.gbl...
access 2007 sp2

I can't figure this one out.
When I pres the spacebar one of my form opens.
Anyone know why?
I do have a macro that traps certain keys but not sure what to put in for the spacebar.
Subsequent search in access help and the internet found nothing.
From: Daryl S on
James -

Pressing the spacebar when the focus is on a button causes the button to be
'clicked'. That is standard GUI interface design, as it is much faster to
keep your hands on the keyboard than to move between the mouse and keyboard.
Similarly, if you have a checkbox that is active, the spacebar will toggle it
on and off.

--
Daryl S


"JamesJ" wrote:

> I did find something out here.
> The OnClick of a command button on my form is being firing when he spacebar.
>
> Is there a way to prevent this??
>
> James
> "JamesJ" <jjy(a)darwin_roadrunner.com> wrote in message news:OG5lRzWtKHA.5036(a)TK2MSFTNGP02.phx.gbl...
> access 2007 sp2
>
> I can't figure this one out.
> When I pres the spacebar one of my form opens.
> Anyone know why?
> I do have a macro that traps certain keys but not sure what to put in for the spacebar.
> Subsequent search in access help and the internet found nothing.
From: JamesJ on
Ok. It just startled me a bit. I'm in the habit of
restoring my screen form the screen saver by pressing the space bar..
When I inadvertently hit it twice.

Thanks,
James

"Daryl S" <DarylS(a)discussions.microsoft.com> wrote in message
news:F54EA77C-481C-4987-8190-F07F2626E33C(a)microsoft.com...
> James -
>
> Pressing the spacebar when the focus is on a button causes the button to
> be
> 'clicked'. That is standard GUI interface design, as it is much faster to
> keep your hands on the keyboard than to move between the mouse and
> keyboard.
> Similarly, if you have a checkbox that is active, the spacebar will toggle
> it
> on and off.
>
> --
> Daryl S
>
>
> "JamesJ" wrote:
>
>> I did find something out here.
>> The OnClick of a command button on my form is being firing when he
>> spacebar.
>>
>> Is there a way to prevent this??
>>
>> James
>> "JamesJ" <jjy(a)darwin_roadrunner.com> wrote in message
>> news:OG5lRzWtKHA.5036(a)TK2MSFTNGP02.phx.gbl...
>> access 2007 sp2
>>
>> I can't figure this one out.
>> When I pres the spacebar one of my form opens.
>> Anyone know why?
>> I do have a macro that traps certain keys but not sure what to put in
>> for the spacebar.
>> Subsequent search in access help and the internet found nothing.

 | 
Pages: 1
Prev: Tabbing in Subform
Next: Subform opens blank