Formulier openen door CTRL+A

Status
Niet open voor verdere reacties.

Rudi Rombouts

Verenigingslid
Lid geworden
31 jan 2002
Berichten
396
Hoe kan ik een formulier open door bijvoorbeeld de toest combinatie "CTRL + A" in te drukken
of kan ik een soort toets maken (voorbeeld transparant) en hier door de "CTRL + A" in te drukken een formulier openen

Bedankt voor een antwoordje
 
Macro 'AutoKeys'

Assign an action or set of actions to a key
You can assign an action or set of actions to a specific key or key combination by creating an AutoKeys macro group. When you press the key or key combination, Microsoft Access carries out the action.

In the Database window, click Macros under Objects.


Click New.


Click Macro Names on the toolbar.


In the Macro Name column, type the key or key combination to which you want to assign the action or set of actions.
For information about the key combinations you can use to make key assignments:
---------------
^A or ^4 CTRL+Any letter or number key
{F1} Any function key
^{F1} CTRL+Any function key
+{F1} SHIFT+Any function key
{INSERT} INS
^{INSERT} CTRL+INS
+{INSERT} SHIFT+INS
{DELETE} or {DEL} DEL
^{DELETE} or ^{DEL} CTRL+DEL
+{DELETE} or +{DEL} SHIFT+DEL
-----------------

Add the action or set of actions you want the key or key combination to carry out. For example, you could add a RunMacro action that runs the Print Current Record macro when CTRL+P is pressed.


Repeat steps 4 and 5 for any other key assignments you want to make.


Save the macro group with the name AutoKeys.
The new key assignments are in effect as soon as you save the macro group and each time you open the database.

Note If you assign a set of actions to a key combination that is already being used by Access (for example, CTRL+C is the key combination for Copy), the actions you assign this key combination replace the Access key assignment.
 
Op zich wel een uitdagende toetscombinatie om een formulier te openen. Ik denk dat meniogeen versteld zal staan dat er een formulier geopend wordt en niet alles geselecteerd wordt ;-)


Grtz,
 
Waarom het nu makkelijk maken als het moeilijk ook gaat :D :D
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan