View Full Version : USING HOTKEY FROM FORM


sbornstein1
06-26-2001, 10:39 AM
Does anyone know how within a certain form I have use the F4 key or one of the F keys to fire a DoCmd.OpenForm event? Also when this occurs it will open a form. I need to somehow in that form know that this was hit, because the same form opens up as non-editable on the same form. Anyway I can do this? Thanks

Rich
06-26-2001, 12:08 PM
Look for help on SendKeys / AutoKeys although you should be aware it's success is not always guaranteed.
HTH