Hi Killian,
Thanx!
You're right there is now dropdown property to show the list om a formfield dropdown.
@pete,
However you can simulate the keystrokes with the Sendkeys method.
This works for me in a entry macro:[VBA]
Sub DropDownList()
SendKeys "%{DOWN}", True
End Sub
[/VBA]
It presses ALT+Arrow down to open the list!
Enjoy!![]()