somedeadguy
The Imaginable Sean Moss
- Local time
- Today, 08:17
- Joined
- May 6, 2008
- Messages
- 14
Hello, I have made a simple data entry form. The goal of the form is speed, and the ability to tab through the form without having to bother using the mouse.
We are using the native autocomplete in 2007 which works well.
The dropdown lists names, id, and address. The names are not unique. The autocomplete will only actually autocomplete one column, and this dropdown has the four columns previously mentioned.
Upon selecting a name that may have a duplicate, the user can press up or down to select the actual record that they are editing, but ONLY after using the mouse to "drop" the dropdown.
I cannot for the life of me find any documentation on a method or property in VBA that will drop the list, so that I can add it to the on_enter event.
Is there such a thing? Or is there any better way to do it?
Thanks.
We are using the native autocomplete in 2007 which works well.
The dropdown lists names, id, and address. The names are not unique. The autocomplete will only actually autocomplete one column, and this dropdown has the four columns previously mentioned.
Upon selecting a name that may have a duplicate, the user can press up or down to select the actual record that they are editing, but ONLY after using the mouse to "drop" the dropdown.
I cannot for the life of me find any documentation on a method or property in VBA that will drop the list, so that I can add it to the on_enter event.
Is there such a thing? Or is there any better way to do it?
Thanks.