Cntrl + F9

  • Thread starter Thread starter Simon Glencross
  • Start date Start date
S

Simon Glencross

Is there a way whereby if a user selects ctrl + f9 I can set a perticular
field to display but remain hidden until then?

Thanks

S
 
Are you talking about a Control on a Form or simply a Column in a Datasheet
of a Table / Query?

If the former then I think you can use AutoKeys Macro. Alternatively, set
the Form' Property KeyPreview to Yes/True and use the Form_KeyPress Event.

Check Access Help on AutoKeys or Access VB Help on the KeyPreview and
KeyPress.
 
Back
Top