S
Syvers
Hi
The users of my application who only have the access 2007 runtime are not
able to use the Shift F2 shortcut to open up the zoombox. Does anybody know
if this is an Access Runtime problem or something missing in my users
registry perhaps.
To over come the problem I have created a new form and if the user presses
Shift F3 the code passes in the original text box by reference. If the user
changes it then those changes are then updated by way of reference to the
original text box.
The problem with this is I want everyone to use Shift F2 to get to my text
box not just the runtime users as this looks confusing. Can I change the
default behaviour of Shift F2 so it runs my code and does not open the zoom
(or do nothing in the case of the runtime)?
Thanks
Paul
The users of my application who only have the access 2007 runtime are not
able to use the Shift F2 shortcut to open up the zoombox. Does anybody know
if this is an Access Runtime problem or something missing in my users
registry perhaps.
To over come the problem I have created a new form and if the user presses
Shift F3 the code passes in the original text box by reference. If the user
changes it then those changes are then updated by way of reference to the
original text box.
The problem with this is I want everyone to use Shift F2 to get to my text
box not just the runtime users as this looks confusing. Can I change the
default behaviour of Shift F2 so it runs my code and does not open the zoom
(or do nothing in the case of the runtime)?
Thanks
Paul