![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
SendKeys causes a debugger interruption in Windows 7. I posted the message below to Windows 7 group, and got sympathy, but no solutions to the problem. Is there an Access command other than SendKeys{f4} that will cause the drop-down list to appear? Thanks. --------------------- The following command failed when used in Access 2003 running on Windows 7: SendKeys "{f4}" ' causes drop-down names list on hitting first key It causes the debug window to open, which the user cannot deal with.. This command has worked for 12 years in Access 95, 97, 2K, and 2003, running on Windows 95, W98, W2000, WMe, WXP, and Vista. But on a laptop running W7, it failed. Any idea why? And, BTW, actually manually pressing the F4 key does work properly. Pete Brady |
#3
| |||
| |||
|
|
SendKeys causes a debugger interruption in Windows 7. I posted the message below to Windows 7 group, and got sympathy, but no solutions to the problem. Is there an Access command other than SendKeys{f4} that will cause the drop-down list to appear? Thanks. --------------------- The following command failed when used in Access 2003 running on Windows 7: SendKeys "{f4}" ' causes drop-down names list on hitting first key It causes the debug window to open, which the user cannot deal with.. This command has worked for 12 years in Access 95, 97, 2K, and 2003, running on Windows 95, W98, W2000, WMe, WXP, and Vista. But on a laptop running W7, it failed. Any idea why? And, BTW, actually manually pressing the F4 key does work properly. Pete Brady |
#4
| |||
| |||
|
|
Is there an Access command other than SendKeys{f4} that will cause the drop-down list to appear? Thanks. --------------------- Me.MyCombo.DropDown |
![]() |
| Thread Tools | |
| Display Modes | |
| |